You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

On this page

Use case details
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

BEGINNER


Configuration steps


In Automation Rules click on Add rule
Give it a name* and the description is optional

Choose Issue Transitioned Event in Add trigger, then Condition, Boolean condition.

Boolean Condition configuration

Expression*

Use the following parser expression

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

and click on Add

Next to the Boolean condition click on Add

Choose Action

Choose Assign Issue

Assign Issue configuration

Assignee*

Choose User in Project Role

P

Type number 3 and change the parsing mode to Date/Mathematical

Issue type*

Choose Sub-task

Parent issue*

Choose Trigger issue

Fields*

Summary*

Use the following parser expression

getMatchingValue(^,[1,2,3],
["Documentation","Marketplace","Newsletter"])

Description*

Use the following parser expression

getMatchingValue(^,[1,2,3],
["Issue for creating the documentation for the feature",
"Issue for updating the marketplace presence for the app",
"Issue for creating a newsletter for the feature"])

Click on add, and then activate the rule by clicking on the activate rule button


After checking if the parameters match this example, you can click on add and this is how the rule should look like.

Now that you are familiar with this rule and what it does, you can configure the parameters based on your needs.



Related examples



If you still have questions regarding this example or others, feel free to refer to our support team.