Hi,
we've added a custom field on an Issue and we don't want to get an IssueChanged Event when the custom field is changed. Is it possible to suppress it?
Kind regards,
Alexander
The way I've done it in the past is:
You edit the issueedited.vm template which is generally where most of the notifications come from. You put some logic in there that puts a flag/keyword into the subject line if the Edit operation resulted in the change of a field we want muted. If the change had a comment or included another field I didn't want to mute, then proceed as normal.
Next, just have your mail delivery software drop any emails containing your flag. In our case, postfix drops them if the subject line contains the flag.
Hi Alexander,
I don't think this is possible using basic notifications and JIRA.
You might be able to do something with the Script runner plugin, for example : nobody gets notified through your notification scheme for the IssueChanged Event. But you create a Script Listener that will send an email to the correct people when this event is triggered and when the conditions are met (you could try to use these conditions to indicate wether or not to send the email).
I haven't tried it, but that's a solution you might look into.
The script runner plugin can be found here :
https://marketplace.atlassian.com/plugins/com.onresolve.jira.groovy.groovyrunner
Best regards,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!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.