Use case: I want to create an automation rule that assigns (in round robin fashion) a ticket if 1. Link is only in Project 1. 2. Assignee = Unassigned
I created the following rule and it works when P1 issues are linked, but also runs if P2 issues are linked. How can I alter this to only run when P1 issues are linked? Note: I tried updating the JQL to 'Project = P1' however the rule doesn't run.
Hi @Amanda Mason -- Welcome to the Atlassian Community!
Your rule condition to test the project is only checking the triggering issue.
If you wanted to also check the linked issue, please try adding another condition to check {{destinationIssue}} for the project. You may use an advanced compare condition to check the project field with {{destinationIssue.project}}
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.