I am trying to create a query that shows all epics in any status but include only closed epics resolved within the last 45 days. The current filter will give me all the epics and associated statuses, but the results for those closed are misleading. For example, the closed Epics show 31 but only 9 of those were closed within the last 45 days.
Is there a way to exclude epics with older resolution dates via a JQL query?
how about
project = xxx AND type = Epic AND (Resolved > -45d OR Status != Closed)
BR,
Leo
That did it! Thank you!
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.