Is there a way to create an Automation rule that sends each user in JIRA a list of the tickets assigned to them? Without specifying who the user is.
Hi Mathew - Welcome to the Atlassian Community!
Yes, you can build an automation rule like the following:
Just change out the JQL for the list that you want.
Hi @Mathew Mullan -- Welcome to the Atlassian Community!
What problem are you trying to solve by doing this?
I ask, because...
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.
Hello @Mathew Mullan
Welcome to the community, yes it's possible here is a step-by-step tutorial on how to create this automation rule, don't forget to check the checkbox "Process all issues produced by this trigger in bulk"
https://confluence.atlassian.com/automation/run-a-rule-against-issues-in-bulk-993924653.html
JQL to use to filter the issues for example
Project = ABC and resolution is unresolved
Send to assigne.
BR, Olga
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Olga Videc
For your information, the link you provided is for the Server/Data Center of automation rules, and Matthew appears to be using Jira Cloud. Bulk processing in Jira Cloud is often done using the Lookup Issues action instead.
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.