---
title: "Get issue by key"
method: GET
path: "/issue/{issueKey}"
---

# Get issue by key

`GET /issue/{issueKey}`

This operation is used to retrieve the issue object for a given issue Key.

## Path parameters

- `issueKey` string, required

## Response `200`

OK

- FullIssue
  - `id` string — Unique id of the issue.
  - `key` string — Unique key of the issue.
  - `self` string — Browse to the issue using this URL.
  - `fields` object
    - `issuetype` object
      - `id` string — Unique id of the issue type.
      - `description` string — Verbose title of the issue type.
      - `iconUrl` string — Icon associated with the issue type.
      - `name` string — Title of the issue type.
    - `timespent` integer — The time spent on an issue
    - `project` object
      - `id` string — The unique id of the project.
      - `key` string — The unique key of the project.
      - `name` string — Title of the project.
      - `projectTypeKey` string — Unique key of the project type.
    - `aggregatetimespent` integer — The aggregate time spent on sub-tasks.
    - `resolution` object — Type of resolution the issue has achieved.
      - `self` string
      - `id` string
      - `description` string
      - `name` string
    - `resolutiondate` string, date-time — yyyy-MM-ddTHH:mm:ss.fffZ
    - `workratio` integer — The percentage of work logged vs the issue estimate.
    - `created` string, date-time — yyyy-MM-ddTHH:mm:ss.fffZ
    - `priority` object
      - `iconUrl` string — Icon associated with the issue priority.
      - `name` string — Title of the priority.
      - `id` string — Id of the issue priority.
    - `timeestimate` integer — Time remaining estimated time in seconds.
    - `aggregatetimeoriginalestimate` integer — The original sum of all sub-task time estimates in seconds.
    - `assignee` object
      - `accountId` string — Person a issue is assigned to.
      - `key` string — User key of the person issue is assigned to.
      - `emailAddress` string — Email of the person issue is assigned to.
      - `displayName` string — Display name of the person issue is assigned to.
    - `updated` string, date-time — yyyy-MM-ddTHH:mm:ss.fffZ
    - `status` object
      - `description` string — Issue status.
      - `iconUrl` string — Issue status.
      - `name` string — Issue status.
      - `id` string — Issue status.
      - `statusCategory` object
        - `id` integer — Issue status category.
        - `key` string — Issue status category.
        - `colorName` string — Issue status category.
        - `name` string — Issue status category.
    - `timeoriginalestimate` integer — The original time estimate in seconds.
    - `description` string — Issue description.
    - `aggregatetimeestimate` integer — Time sum of all sub-tasks remaining estimated time in seconds.
    - `summary` string — Title of the issue.
    - `components` object[] — A system field that is multiple values addressed by 'name' (e.g. Active Directory, Network Switch).
      - `id` string
      - `name` string
    - `creator` object
      - `accountId` string — User who created the issue.
      - `key` string — Unique key of the user who created the issue.
      - `emailAddress` string — Email of the user who created the issue.
      - `displayName` string — Name of the user who created the issue.
    - `reporter` object
      - `accountId` string — User who reported the issue.
      - `key` string — Unique key of the user who reported the issue.
      - `emailAddress` string — Email of the user who reported the issue.
      - `displayName` string — Display name of the user who reported the issue.
    - `aggregateprogress` object
      - `progress` integer — The total progress completed of all sub-tasks in seconds.
      - `total` integer — The total sum of all estimated sub-task effort.
      - `percent` integer — The percent of aggregate completed progress in relation to estimated effort.
    - `duedate` string, date-time — yyyy-MM-ddTHH:mm:ss.fffZ
    - `progress` object
      - `progress` integer — The progress complete in seconds.
      - `total` integer — The estimated effort.
      - `percent` integer — The percent of completed progress in relation to estimated effort.
    - `customfield_10119` unknown

---

[API](https://skmtc.dev/azure/apis/jira.md) · [All operations](https://skmtc.dev/azure/apis/jira/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/jira/revisions/764262745dc6/schema)
