Hi,
I want to filter EPICs that changed a particular status (e.g Refining to Scheduling) during the last week only.
Kindly help.
Thanks,
Kanak
Try the following JQL query:
type = Epic and status changed from "Refined" to "Scheduling" after -7d
Thanks Danny for the answer. I tried the JQL and it works
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.