> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Edit Issue

Edits an issue from a JSON representation.

The issue can either be updated by setting explicit the field value(s) or by using an operation to change the field value.

The fields that can be updated, in either the fields parameter or the update parameter, can be determined using the `Get Transitions` action.
If a field is not configured to appear on the edit screen, then it will not be in the editmeta, and a field validation error will occur if it is submitted.

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                                                                                                                                                                                                                                                                          |
  | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Fields          | List of issue screen fields to update, specifying the sub-field to update and its value for each field.<br />This field provides a straightforward option when setting a sub-field.<br /><br />Example:<br /><pre><code>\{<br />  "summary": "Completed orders still displaying in pending",<br />  "labels": \["todo", "blitz"],<br />  "customfield\_10010": 1<br />}</code></pre> |
  | Issue ID Or Key | The ID or key of the issue. Can be obtained via the `List Issues` action.                                                                                                                                                                                                                                                                                                            |
  | Notify Users    | Whether a notification email about the issue update is sent to all watchers.<br />To disable the notification, administer Jira or administer project permissions are required.<br />If the user doesn't have the necessary permission the request is ignored.                                                                                                                        |
</div>

## Workflow Library Example

[Edit Issue with Jira Data Center and Send Results Via Email](https://library.blinkops.com/workflows/edit-issue-with-jira-data-center-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/edit-issue-with-jira-data-center-and-send-results-via-email/canvas" />
</div>
