Is there a way to watch issues that have no more updates for some time?
We have developers and customers that some times forget to comment or do not take required actions on issues. I would like to be informed if there is no activity for a given period.
Welcome to the Atlassian Community.
You can use updated >= startOfDay(-5) to filter those issue which are not updated more than five days. But as far as I know there is no out-of-the-box jql function to filter against comments.
Taking into consideration that I'm one of the folks behind Snapbytes, there is Comment Enhancer App in which you can filter against last comment dates as "Last Comment Date" >= startOfDay(-5)
I hope I was clear
Tuncay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.