Can I get a notification when an issue has been at a status for to long?

Wendy Thorneloe August 10, 2017

Hi

I want to get a notification when an issue has been stuck at a status for to long.

Does anyone know if and how we can do that?

Thanks

Wendy

1 answer

1 vote
Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 10, 2017

Hi Wendy,

you can create a daily report for that with a JQL like that:

status = <your status> and !(status changed DURING (-1w,now()))

Save this query and subscribe to the filter (Details -> Subscriptions -> New subscriptions in filter result window)

Suggest an answer

Log in or Sign up to answer