The Transition issue post function automatically executes a specific transition on one ore multiple issues or transitions the issues to the selected status. Both, transition and target status, have to be available from the issue's current status.
Configuration
Use cases and examples
Use case | JWT feature | Workflow function | Parser functions | Use case description | Complexity |
---|---|---|---|---|---|
Auto-transition when related issues are in a specific status | Transition issue | linkedIssues() | Automatically transition issue, if all linked issues are in specific status. | INTERMEDIATE | |
Escalate an issue if it is being raised with a "Blocker" priority | Transition issue | When an issue is raised with a"Blocker" priority, a transition escalating the issue will be executed immediately after its creation. | BEGINNER | ||
Fast-track transition issues assigned to the project lead | Transition issue | Automatically execute the "Start progress" transition if the issue's assignee is the project lead. | BEGINNER | ||
Start progress on an issue immediately after creation | Transition issue | The transition to start progress on the current issue will be executed directly after its creation. | BEGINNER | ||
Start progress on the parent issue | Transition issue | When a sub-task is transitioned to the "In Progress" status the parent issue will be transitioned to the "In Progress" status as well if it is still in the "To Do" status. | BEGINNER | ||
Transition parent issue to another status | Transition issue | Transition the parent issue to the "Open" status. | BEGINNER |
If you still have questions, feel free to refer to our support team.