Hello,
I'm new to Jira, and would like to create and action or filter to notify users/teams of tickets that haven't been touched to begin with or updated in awhile.
Thanks
You can create a filter that looks something like this:
project = x AND status != closed AND updatedDate <= "-7d"
This will give you all tickets for that specific project x, which weren't updated for the last 7 days & are still not closed.
You can make it status NOT IN (closed, resolved) if you are using the resolved status too. Or any other combination.
You can change the days count as well.
Afterwards you have saved the filter Peter has suggested, you can run a subscription based on it, scheduled for every week once.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.