Good morning,
I would create a JQL (and a dedicated filter) in order to search for all those issues that have the custom field "Target End" with a date before the actual week -30 days.
Is there a JQL that can I use for this objective?
Thanks
Amedeo
Hi Amedeo,
If I understood your question correctly, this may help
project = "project name" AND "Target End" < startOfWeek(-30)
You can filter futher. For example: AND issuetype = "X" AND status in ("A", "B", "C)
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.