> ## 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.

# Update Issue Status

Perform a transition on an issue. When performing the transition you can update or set other issue fields.

The fields that can be set on transition, 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 transition screen, then it will not be in the transition metadata, and a field validation error will occur if it is submitted.

## Basic Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                         |
  | --------------- | ----------------------------------------------------------------------------------- |
  | Issue ID Or Key | The ID or key of the issue. Can be obtained via the `List Issues` action.           |
  | Status ID       | The ID of the issue transition. Required when specifying a transition to undertake. |
</div>

## Advanced 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 />When multiple sub-fields or other operations are required, use `update`.<br />Fields included in here cannot be included in `update`. |
</div>

## Workflow Library Example

[Update Issue Status with Jira Data Center and Send Results Via Email](https://library.blinkops.com/workflows/update-issue-status-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/update-issue-status-with-jira-data-center-and-send-results-via-email/canvas" />
</div>
