Send email notifications to all watchers if issue is not updated for X days

Sneha Sheth October 20, 2014

Hi,

We are using JIRA OnDemand and we would like all watchers to receive email notifications if an issue is not updated for X days. How can we achieve this?

Thanks in advance for the help. 

1 answer

1 accepted

2 votes
Answer accepted
Udo Brand
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 20, 2014

You can create a filter (x = 10 days)

updated < -10d and status != closed and watcher = currentuser()

Then do a group filter subscription (the group containing all users) to send an email every day, if issues where not updated in the last 10 days (note only the watcher will recieve a mail)

Sneha Sheth October 20, 2014

Thanks Udo! Works for me!

Suggest an answer

Log in or Sign up to answer