Send email alert on blocked state in workflow

Steve Albright October 3, 2017

Hi,

I would like to send an email alert to a few users when an item has been in 
"Blocked" workflow state for 24 hours.   We have implemented a custom workflow and want to have an automated email escalation/notification when the blocker has been in place for 24 hours.

Is this possible in Jira?

Thanks,

Steve

2 answers

2 votes
Cristian Rosas [Tecnofor]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 3, 2017

Hi Steve,

You can use a filter subscription:

updatedDate <= -1d and status = "Blocked"

0 votes
scherbank October 3, 2017

Create a filter and subscribe to it.

Be careful with schedule. In case you will schedule the JQL in filter to execute hourly you will receive a lot of notifications until the blocker resolved.

Suggest an answer

Log in or Sign up to answer