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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.