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

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 Leaders.
January 8, 2021

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

 

sprint in openSprints() and issuetype in subtaskIssueTypes()
Hendrys April 18, 2022

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

Suggest an answer

Log in or Sign up to answer