Transition issue

Transition issue

This post function will transition issue to the selected status.

Pro tip: use the JQL filter or the Jira Expression filter to only transition issues that meet some criteria. For example, if you want only to move issues that have not an assignee you can user the Jira Expression filter:

issue.assignee == null
image-20240805-091522.png

Fields

  • Status: This is a select field where you be able to select a status from the current instance.

  • Transition: When the “Status” is selected, the transition field will appear, the possible transitions will be ordered by workflow name.

  • User: The user who be used to do the transition(s), this user must have permission to do it, if not, the transition(s) will not be done.

The issues will be not transitioned to statuses that are not reachable or doesn’t exist in their workflow.