Is there any way to disable notifications when an automation transitions an issue to a new status? I have an automation that will transition a newly created issue from a "Request" status to a "To Do" status depending on the user role.
Seems to be related to this question but not quite since I'm fairly certain that my notification is not coming from the automation directly: Disable emails from Automation for JIRA
When a transition is made, Jira fires a generic event (via Post Functions). Jira listeners, listen to this event, and then send out notifications, according to your notification scheme. If you want to disable notification for a particular transition, one solution would be to change the event that is firing. In order to do that, you have to create a new event and then choose it in the post functions.
Let me know if you find any difficulties on implementing that.
Alex
Hi @Will Thompson !
Kindly provide feedback for me answer, and if that worked for you, mark my answer as accepted, so as to help other who are asking the same question.
Kind regards,
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Alex Koxaras _Relational_ but that doesn’t quite solve my issue. This particular transition can be triggered by both the automation and users. I only want to block notifications if the transition is triggered by the automation. If a user triggers the transition I’d still like the notification to be sent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well in that case, I would:
Will that work for you?
Alex
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.