On this page
Use case
Keeping parent issues and sub-tasks in sync, as described in this use case, is a lot of manual work. This automation rule will update the status of all sub-tasks based on the parent status: When the parent issue is rejected, all sub-tasks are also being rejected.
Issue transitioned event
Create a new rule and name it appropriately.
Providing a description will help you to identify what the rule does but this step is optional.
Add a Trigger → Issue transitioned event
No further configuration needed. The automation rule is triggered every time an issue is being transitioned.
Boolean condition
Add a Condition → Boolean Condition
Expression
Use the following Parser Expression:
%{trigger.issue.status} = "Rejected"
Issue selector
Next to the Boolean Condition click on Add → Selector → Issue Selector
Target Issue(s)
Choose Sub-tasks
Transition issue action
Next to the Issue Selector click on Add → Action → Transition issue
Mode
Transition to status
Status
Choose Rejected
Enable the rule by clicking on the Enable button →
Screencast
This is how the configuration above should look on your screen
Related use cases
If you still have questions, feel free to refer to our support team.