Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Email notification for tickets open for x amount of days

julio valdez May 20, 2019

A project lead would like to add individuals (Managers) to tickets that have been ignored for 10 days.  This project lead will add the Managers to the 'watchers' list and then with some sort of filter we can have an email notification for watchers.  

So hypothetically, ten JIRA tickets can have ten different watchers (Manager will vary  for assignees)

Hopefully this makes sense.

Thanks in advance,

~JV

1 answer

1 accepted

0 votes
Answer accepted
Jack Brickey
Community Champion
May 20, 2019

Do you need to use the Watchers approach? What about just a filter that has a subscription that runs daily and emails individuals the filter results.

a simple JQL like status != Done and updatedDate >= -10d

might work but can be tweaked to meet your needs.

julio valdez May 23, 2019

Can I add the required individuals to this filter?  

Each ticket can potentially have a different person required for the notification.

Thanks again!

Suggest an answer

Log in or Sign up to answer