Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Trying to query past and present sprints for a specific value in summary field.

JIM_PROVO March 15, 2023

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()

1 answer

0 votes
Renzo Arriagada
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 16, 2023

Hi @JIM_PROVO !

To get all sprint issues from a specific project you can use the "Sprint" field as referenc, as in:

  • project = Testing AND summary ~ "new" and Sprint is not EMPTY

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.

Suggest an answer

Log in or Sign up to answer