Issue Transitioned
Trigger a flow when an issue's status is changed in Jira.
Options
Field | Definition | Type | Required |
---|---|---|---|
Project | Project to monitor for transitioned issues. | Dropdown | TRUE |
JQL Query | JQL query to indicate which issues will trigger the flow. | String | FALSE |
Output
Field | Definition | Type |
---|---|---|
Webhook | ||
Raw Data | Raw webhook data for the issue. | Object |
Issue | ||
Issue ID | ID of the issue. | String |
Self | URL to the issue. | String |
Transition | ||
Transition ID | ID of the transition. | Number |
From | Original status of the issue. | String |
To | New status of the issue. | String |
User | ||
Account ID | Account ID of the user who made the transition; to obtain the account ID, you can perform a search by email address using the Search Users card, or note the last ID from the profile page. For example, in the URL https://oktainc.atlassian.net/jira/people/5d0c7af1ac9cfa0bc6eed1c7 , the account ID is 5d0c7af1ac9cfa0bc6eed1c7 . |
String |
Display Name | Display name of the user who made the transition. | String |
Active | Indicates whether the user is active. | Boolean |
Email address of the user who made the transition. | String |

You can select additional Jira fields as outputs.