Hi,
I need to filter issues if their status is not resolved after 2 days. I use this filter to send e-mail to the manager. I plan to utilize cron expression in Jira but I should first write the jql query to filter the issues.
Thanks a lot,
Hello,
What do you mean the status is not resolved? You mean to find issues which were created two days ago or more but status is not Resolved till now? Or you mean to find issues that have been in the same status for 2 days?
Try this
not (status changed after -2d).
You need to create a filter with this jql query and make subscription for groups to which you want to send Emails.
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.