Updates an existing Jira issue.
For authentication setup, see Jira issue actions.
Input Field | Optionality | Type | Description | Example |
|---|---|---|---|---|
authToken | Required | String | Base64-encoded string of |
|
domain | Required | String | Your Jira Cloud instance domain (company name). Used to construct the base URL |
|
issueKey | Required | String | The key of the Jira issue to update. |
|
parameters | Optional | Map | Optional URL query parameters for the Jira API request. See the parameters reference table below. |
|
fields | Optional | Map | A map of issue screen fields to update, specifying the sub-field and its value. Use this for straightforward single sub-field updates. Fields included here cannot also be included in |
|
update | Optional | Map | A map of field names and a list of operations to perform on the issue screen field. Use this when multiple sub-fields or other operations are required. Fields included here cannot also be included in |
|
selectors | Optional | List | A list of named expressions to extract specific values from the response. |
|
Parameters reference
Parameter | Type | Description | Default |
|---|---|---|---|
notifyUsers | Boolean | Whether a notification email about the issue update is sent to all watchers. To disable notifications, Administer Jira or Administer project permissions are required. If the user doesn't have the necessary permission, this is ignored. |
|
overrideScreenSecurity | Boolean | Whether screen security is overridden to enable hidden fields to be edited. Available to Connect and Forge app users with Administer Jira global permission. |
|
overrideEditableFlag | Boolean | Whether screen security is overridden to enable uneditable fields to be edited. Available to Connect and Forge app users with Administer Jira global permission. |
|
returnIssue | Boolean | Whether the response should contain the issue with the fields edited in this request, formatted as in the Get issue API. |
|
expand | String | The Get issue API expand parameter to use in the response if |
Output Field | Type | Example |
|---|---|---|
response | Object | A successful update returns an empty body with status 204. |
success | Boolean |
|
errorMessage | String | |
Workflow example |
|---|
|