JQL QUERY to seach multiple sprints for all defects and stories

JIM_PROVO May 13, 2024

Trying to search multiple sprints for all defects and stories

 

1 answer

0 votes
Dave Rosenlund _Trundl_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 13, 2024

Hi, @JIM_PROVO  Give this a try:

sprint in openSprints() AND issuetype in (defects,story)

You could also use closedSprints and/or futureSprints

-dave

Dave Rosenlund _Trundl_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 13, 2024

P.S. You can find more details on this page:

Advanced searching - functions reference

Suggest an answer

Log in or Sign up to answer