Hi,
Got a filter that has this simple JQL:
assignee in (currentUser()) order by created DESC
and it sends to everyone in selected group (jira-users) even if there are no assignments for a user. The user receives email saying that there are 0 issues.
I would like to limit this behaviour so the email won't be sent unless there are some assignments but not necessarily by creating another group.
Is there any way to create a rule or automation for that?
Norman
@Norman Ruta If your JQL is only assignee in (currentUser()) order by created DESC I would suggest changing it to assignee = currentUser() order by created DESC
Hello @Norman Ruta
How are you currently getting the emails sent? Is this already an Automation Rule or are you using a Saved Filter?
With a subscription to a Saved Filter there is an option to send (or not send) the email when no issues are found. Have you tried unchecking that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Trudy Claspill
Thanks for your answer. For some reason I missed this setting. Unfortunately the Subscription was made by someone else and even though I have all permissions needed I can't change subscription. According to:
https://community.atlassian.com/t5/Jira-questions/How-do-I-delete-a-subscription-to-a-filter-when-the-filter-has/qaq-p/1324207
it's either a case for support or I need to ask Subscriber to change it or remove it.
Unless there is some other work around?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It does not appear that administrators have the ability to modify subscriptions created by other users.
Admins can change the owner of a filter, which gives them the ability to make themselves an owner of the filter and modify the filter, but I don't think that gives them ownership of the subscriptions.
There was a change request to let admins manage filter subscriptions, but it was closed in 2021 as Won't Fix.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Trudy Claspill thanks for your answer. It is shame that admins cannot do anything with the Subscriptions made by a user. And the use case in a ticket you presented is even better.
Anyway I know what steps I need to take.
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We make Notification Assistant for Jira which also allows project admins to configure custom notifications at the project level. Maybe this would be better for your environment instead of using filter subscriptions?
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.