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
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.
Can I add the required individuals to this filter?
Each ticket can potentially have a different person required for the notification.
Thanks again!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.