We would like to send an e-mail reminder to assignees of certain issues on a regular basis. Creating a query is easy enough, but we're unable to determine how to send the result of the query to the assignee, without asking each assignee to subscribe to the query individually.
Is it possible to set up e-mailing of query results without requiring each person to subscribe?
You can try to add all relevant users to a group and then make 1 subscription by yourself. Since the subscription will be probably based on assignee = currentUser()
each user will get a different result although the filter is the same.
Thanks for the reply. I've done as suggested and will see how it goes. I'm curious as to how the suggestion elements tie together to solve the problem though - what does Jira do in the background to link the fact that there's a group containing the relevant users (to which I have also added myself - this seemed necessary) to my subscription to a query?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As far as I understand (just my interpretation) is that the group just holds the users to email to, but before the email is actually sent the query is calculated for each of the users, the same way if the user would to type the relevant JQL on its own.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.