Is there a way to create a custom count for tickets which have no activity in X amount of days?
My team has issues of assigning tickets to themselves, and never responding. I would do SLA, but there are times when a ticket goes longer than SLA and we are still working on it.
You could create a filter and daily subscription. Something like this
project =yourproject AND updated <= startOfDay(-20d)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.