---
title: "Update issue"
method: PUT
path: "/issue/{issueKey}"
---

# Update issue

`PUT /issue/{issueKey}`

This operation is used to update an existing JIRA issue.

## Path parameters

- `issueKey` string, required

## Request body

- UpdateIssueRequest
  - `fields` object
    - `summary` string — Brief description of the issue.
    - `description` string — A detailed description of the issue.
    - `reporter` object
      - `id` string — Person reporting the issue.
    - `priority` object
      - `id` string — Pick a priority for the issue.
    - `labels` string — Enter a comma separated list of labels.
    - `assignee` object
      - `id` string — Agent the issue is assigned to.
    - `parent` object
      - `id` string — Set the parent for a sub-task.

## Response `200`

OK

- string

---

[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)
