Use case
Automatically assign and issue to the project lead.
Issues will only be re-assigned if the priority of the issue is set to Highest to make sure that only important issues are being escalated.
⚒️ Configuration
Target issue*
Select current issue .
The current issue will be updated.
Fields
Select Assignee.
In the popup field:
Set the Value* to Set field value manually (parser expression) and insert the following expression:
%{issue.project.lead}
The assignee will be set to the project lead.
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} = "Highest"
The post function will only be executed if the priority of the issue is set to Highest.
📚 Related example