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)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.