Hi,
One of the users is getting a daily Email with the subject:
Subject: [JIRA] Subscription: ${searchRequest.getName()}
They say that they haven't subscribed to anything. I would like to know where to find the settings that would allow me to turn this off?
Many thanks in advance,
Kat
Hi,
Welcome to the community
User can make a subscription to send email to an user group if he's a member of
Hi, many thanks for getting back to me. Where can I find out to which emails the particular user is subscribed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You can try this API
make sure to use the expand parameter with subscriptions, you will get the group then you will have to check if the user is in this group.
To get all the filter and iterate throught them you will need to call this api
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.