Tech review

Style guide



On this page



Automated action

Assign issue

Use case description

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

Complexity




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".



When to use this automation rule and when to use a workflow post function?

This use case is very useful if you need to re-assign issues across different projects and issue types.

If you only need to re-assign issues in one dedicated project or issue type context, using the Assign to Project Role workflow post function might be the better alternative.





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 use cases