Query for subtask of, with nested sub tasks
When I'm using the issue list in tree view, how can I view the subtasks of a given issue, along with their subtasks?
e.g. for issue AB-12, I'd like to see
I can query for 'subtask of: ab-12', this will show 121-123, but not 1231/2. If that makes sense :-/
e.g. for issue AB-12, I'd like to see
- AB-12
- AB-121
- AB-122
- AB-123
- AB-1231
- AB-1232
- AB-1231
- AB-121
I can query for 'subtask of: ab-12', this will show 121-123, but not 1231/2. If that makes sense :-/
Please sign in to leave a comment.
That makes sense, thank you for details.
Unfortunately, searching for 2nd level subtasks are not possible in this way, sub-subtasks have another parent issue.
It'll be possible with variables in search query. This option may be implemented in future releases.
Thank you.
At the moment, if you enter an issue number into the search bar it takes you directly to the issue. Instead, it would be great if the issue was shown on the list, but with the sub tasks.
Just a thought.
This would be extremely helpful to ensure that tasks aren't being forgotten and just to get a better overview of what's happening. As it happens, some of our guys are having to resort to using separate project tracking software just for this purpose.
http://youtrack.jetbrains.com/issue/JT-16520#
I believe, that this issue will solve it.
https://youtrack.jetbrains.com/issue/JT-33026
You can upvote it.
This would be a huge benefit to our organization as well. Something like subtree: {issue_id} or tree: {issue_id}.
It is already implemented in youtrack since version 2021.1.9819 (https://youtrack.jetbrains.com/issue/JT-33026).
Here is an example query:
aggregate Subtask of: PRJ-123
It returns the whole tree with the root task
PRJ-123