Hi, How are you?
I need to make a search that brings all the subtasks of a given project. Like putting the key of a project and getting just all the subtasks for that key.
How can i achieve this?
Thanx!
Hi Fernando!
Perhaps, you can use this JQL query:
project = TST AND issuetype in subTaskIssueTypes()
More info here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.