Someone on my team is looking to create a JQL where:
•Date range can be defined ( July 1 - XX)
•Issues that fall under EPICS only
•Where Issues move from OPEN to any other Status within said date range.
She is currently only selecting from certain projects which is defined by: Project in ( ) , statement.
Any help will be appreciated.
Hi @DeAnna Law, You can try this:
Project in (ProjectA, ProjectB)
AND "Epic Link" is not EMPTY
AND status WAS "Open" DURING ("2023-07-01", "2023-XX-XX")
AND updated >= "2023-07-01" AND updated <= "2023-XX-XX"
OR
project in (Project1, Project2, ...)
AND "Epic Link" is not EMPTY
AND status changed FROM "Open"
AND updated >= "2024-07-01" AND updated <= "2024-XX-XX"
Thank you @Shikha Verma we did a manual compare and it looks like maybe we need a slight tweak to the JQL. Looks like maybe it is only pulling when the status is OPEN to another STATUS. However we are looking at tickets that move from any open status to another STATUS. So if a ticket is IN PROGRESS and moves or , IN TESTING and moves etc.
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.