You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Sometimes, it’s desired to disable notifications when an issue is transitioned to a specific status. Jira doesn’t have any built-in tool to do this, however, you can easily accomplish by creating a custom notification event and editing your transition post-functions.
First, you need to create the custom notification event. To do this, follow the steps below:
go to your Jira Settings > System
click on (advanced) Events
add a new event
name: Disable notification
description: This event doesn’t send any notifications
template: Generic event
add
Now, you are safe to proceed with your workflow edition.
For this step, we’re going to associate our newly created notification event:
go to your Project Settings > Workflows
click on the pencil (edit) icon in the respective workflow
click on the text mode, then in the transition that you want to disable the notifications
select the post-functions tab
click on the pencil icon in the Fire a Generic Event post-function
change the event to the newly created event (in our case, Disable notification)
update and publish the workflow
Done! Now, when issues are transitioned using that transition, they’ll not fire any email notifications for your agents.
Rodrigo Baldasso
5 comments