We have a jira service account called "JiraBot". this account runs once a day to update a field value based on labels value. whenever this job runs, all the watchers of a issue, other users are getting notifications.
so, we need to have a configuration that should help us by not sending notifications to user whenever the issue updated by the user "Jirabot".
any help would be appreciated.
Thanks
There could be few ways of doing that - In your script you can check who made the last change/update or you can add in your JQL (if there is a query) to filter the issues based on who made the change. Take a look at lastupdated() function.
I hope it helps.
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well you can take a look at your current notification schemes first.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i did. i need a solution without messing up current notification scheme. is there any way to exclude a user notifications in notification scheme?
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.