On this page



Use case

Automatically execute the "Start progress" transition if the issue's assignee is the project lead.



Configuration steps


Target issue*

Select Current issue.


The current issue will be transitioned.




Mode*

Select Execute transition and Start progress as the transition.


The selected transition (i.e. Start progress) will be executed.



Please note that the transition of the correct target workflow is selected



Delayed execution*

Set it to 500.


Executing the post function will be delayed by 500 milliseconds.




Run as*

Choose which user* will be able to execute the post function. By default, it is set to the Current user.

The user must have all necessary permissions to execute the transition.



Conditional execution

Insert the following expression:

%{issue.assignee} = %{issue.project.lead}


The transition will only be executed if the current user is also the project lead.





Related examples




JWT feature

Workflow functionTransition issue
Parser functions
Label
Use case descriptionAutomatically execute the "Start progress" transition if the issue's assignee is the project lead.
Complexity