I've got an automation running that is triggered when a new issue is assigned to a user.
In the next step, I'm using the following JQL to lookup issues assigned to that user:
due = {{triggerIssue.duedate}} AND assignee = {{triggerIssue.assignee.accountId}} AND (status != "Cancelled" AND status != "Completed")
However, "triggerIssue.assignee.accountId" is coming up empty, so something's not quite right there.
How do I get to the account ID of the assignee that triggered the automation?
Try {{triggerIssue.assignee}} instead, all user fields will return the Atlassian Id when you use its smart value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For a question like this, please post an image of your complete automation rule, images of any relevant actions / conditions / branches, an image of the audit log details showing the rule execution, and explain what is not working as expected. Those will provide context for the community to offer ideas. Thanks!
Until we see those...
What type of project is this rule in: company-managed or team-managed? You may find that information at the bottom-left side of the page's expanding area.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.