Status
Tech review



Field code%{issue.status}
Type

Available since



%{issue.status}



Read



Returned valueName of current status of the issue in Jira's default language.
Output data type

Example outputOpen




Write



Additional information for writing valuesWill make the issue progress through the workflow to the written status, provided, there is a transition in the workflow from current status to the written status. It requires that all conditions and validations in the transition are satisfied.

Allowed input 

Name of a status (e.g., Open, In Progress, Resolved,...etc).

Allowed input 


Example input

Resolved : will search for a transition from current issue's status to.

Resolved status. If conditions are satisfied, it will try to execute the transition. Then if validators are satisfied in that transition are satisfied, it will be executed, resulting in moving issue t.

Resolved status. Every post-function in the executed transition is also executed.