Transition Issue to Previous Status

This post function transitions the issue to its previous status if its status has been among the latest 1000 change on the issue. It also offers the flexibility to control its execution based on preconditions. By utilizing preconditions, you can determine whether the post function should be executed or skipped based on the evaluation of a Jira Expression. The precondition, defined in terms of a Jira Expression, should return a boolean value. If the result of the precondition is true, indicating that the specified condition is met, the post function will be executed. Conversely, if the precondition evaluates to false, the post function will be bypassed, allowing for conditional execution based on your specific criteria.

As “Issues to Operate on” , you can select one of the:

  1. Current Issue: The current issue being transitioned

  2. Parent Issue of Current Sub-task: The parent issue of the current sub-task.

  3. Epic of Current Issue: The epic issue associated with the current issue.