Trying to capture data from closed, current, and future sprints. I get current and future but cannot retrieve from past sprints.
project = Testing AND summary ~ "new" and createdDate >= startOfYear()
Hi @JIM_PROVO !
To get all sprint issues from a specific project you can use the "Sprint" field as referenc, as in:
This query will return all issues on project Testing which their summary contains the word "new" and that belongs to any sprint on the project (closed, open or future)
Hope this helps!
Renzo from Servicerocket.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.