How can I get all tasks/sub-tasks connected to a story?
Is there any sql that lists these issues?
Hi Rafael,
please try the following JQL. Just replace "STORY-KEY" with the Issue Key of your Story.
"issuetype in (Task, Sub-Task) AND parent = STORY-KEY"
Let me know when the problem is solved!
Great! It works! Thanks a lot!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.