The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to search for subtasks issues for a sprint (next gen project)

Jerome ULRICH
November 23, 2020

Hello,

I've stumbled today on a problem in a next gen project. I want to search for all sub tasks nested in a specific sprint user stories. I used the issues -> advanced search feature.

When I choose "subtask" type + a specific sprint for filters, I have no result. Apparently, only issues directly assigned to the sprint can be displayed. Subtasks nested in issues assigned to the sprint can't.

Note: I want to have access to them in order to bulk edit, so the board view doesn't answer my problem.

Is there a solution to this problem?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Davin Studer
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 Champions.
January 8, 2021

You will need to use advanced search for that. This JQL should work.

 

sprint in openSprints() and issuetype in subtaskIssueTypes()
Hendrys
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 18, 2022

This doesn't seem to work. Is there any way to search for subtasks whose parent is in the openSprint?