Hi,
We are using the REST API to do Updates on all the issues Every day.
We have one new issue in our process, Jira sends a lot of email notifications for the users.
Is there a way that I can either disable notifications for REST API actions or disable notifications for changes made by any Specific user or role?
Thanks in advance.
Nagendra M
Hello,
Use the notifyUsers option.
Your rest api would look like this:
rest/api/3/issue/{issueIdOrKey}?notifyUsers=false
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I got error: "'{"errorMessages":["To discard the user notification either admin or project admin permissions are required."],"errors":{}}'" when I pass notifyUsers=false.
So using notifyUsers option need admin permissions?
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.