Tech review

Style guide



On this page



Use case

When an issue is transitioned to the  status, the issue will be automatically re-assigned to the last assignee from the project role "Developers".



Function

<link to function being used>

Use case descriptionWhen an issue is transitioned to 'Draft' status, the issue will be assigned to the last assignee from the project role 'Developers'
Complexity





Issue Transitioned Event


Add a Trigger → Issue Transitioned Event.


 Boolean Condition

Add Boolean Condition and enter the following Parser Expression*

%{trigger.issue.status} = "Draft"



Boolean expressions are logical constructions that return true or false.
In this use case, the expression will only return true if the status of the issue triggering the rule is .




 Assign Issue action

Add Action → Assign Issue


Assignee*

Choose User in Project Role


Project role

Choose Developers


User selection mode

Choose Last assignee in selected project role







Screencast

This is how the configuration above should look on your screen


Related examples