Automation rules - summarize 2 rules in 1

Anette Noll
Contributor
November 5, 2024

Hi,

I have my first use case for automation rules and described my problem with it in the attached document. Two very similar rules which I would like to put in one, but I fail on the last step.

Thanks for your feedback.JIRA_Automation.png

1 answer

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 5, 2024

Hi @Anette Noll 

To combine those assignment rules, please use an if / else block to select the path needed:

  • trigger: issue created
  • action: re-fetch issue (I recommend always adding this after the issue created trigger to prevent timing problems.)
  • if / else condition
    • JQL condition: if matches stuff for the first user
    • action: assign to the first user
  • else / if
    • JQL condition: if matches stuff for the second user
    • action: assign to the second user
  • else
    • ??? What do you want to do if neither condition is met?

 

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events