Hi,
Some of my user receive subscription filter notification. checked that they are not subscribe the filter but they received the notification and when they tried to unsubscribe through the link provided in the notification, they got permission violation error message. Any idea what is going on and how can i help my user? Please advice.
thanks in advance
regards,
Michelle
A hint, even though I am not sure whether this is the same case. Remember a similar situation in which the subscriptions remained when a shared filter was unshared later and then deleted. Once this happened, it wasn't possible to unsubscribe and we had to delete the subscriptions from the Jira database table directly.
Was this the error message the users getting?
"PERMISSION VIOLATIONIt seems that you have tried to perform an operation which you are not permitted to perform.If you think this message is wrong, please consult your administrators about getting the necessary permissions."
If remember correctly we deleted the filter as well as the subscription by directly running these commands in the Jira database as per Atlassian support recommendation. (Just backup the data before you do this, in case you do a mistake)
delete from filtersubscription where filter_i_d = <<your filter id>> #This deletes the subscriptions delete from searchrequest where id = <<your filter id>> #This deletes the filter itself
Hello, yeap, this is the error message the user get. And Okay I will try on the commands that you recommended and let u know if it's works or not. thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, I know it is a bit late to join the discussion but I have checked nearly everywhere. We are having the same issue with different users and filters, AND we have deleted the subscription and filter from the database with the above queries but the emails keep on coming. I am wondering if maybe the JQL query forl the filter is stored somewhere else where it keeps getting sended.
Any help would be greatly appreciated. Thanks in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Even if the individual subscriptions are not there, are they subscribed via a group? Has anybody subscribed to a group?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
do you have a test instance of JIRA running, that may be sending out the report?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
No, there is only one email created and when check the Manage filter page, the reported filter has "None" subscriber. Also, my user said she unsubscribe the filter it 1 month ago. But today she get the notification again today.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there another user with the same email address? Or with an email address that is forwared to the users address?
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.