On this page
Use case
Create a sub-task only if the priority of the current issue is "High".
Configuration steps
Mode*
Choose Single issue.
Issue type*
Choose Selected issue type and Sub-task as its value.
The issue type must be present in your system.
Parent issue*
Select current issue.
Summary*
Insert the following expression:
Escalation of %{issue.key}
Description
Insert the following expression:
This sub-task was automatically created because the parent issue %{issue.key} had a priority of High at the time of creation. In case doubts or concerns do not hesitate to contact %{system.currentUser}.
Run as*
Choose which user* will be able to execute the post function. By default, it is set to the Current user.
Conditional execution
Insert the following expression:
%{issue.priority} = "High"
The sub-task will only be created if the current issue (parent) has a priority of " High".
Related examples
If you still have questions, feel free to refer to our support team.