You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Field code
%{issue.status}


Read


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

TEXT

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 TEXT

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

Allowed input NUMBER


Example input

Resolved

To learn more about this writable field, check the following examples:

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 the issue.

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