Tasks and sub-tasks connected to story

Rafael Leite July 23, 2021

How can I get all tasks/sub-tasks connected to a story?

Is there any sql that lists these issues?

1 answer

1 accepted

1 vote
Answer accepted
Brian Trepto July 23, 2021

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!

Rafael Leite July 23, 2021

Great! It works! Thanks a lot!

Like Brian Trepto likes this
Brian Trepto August 2, 2021

No problem!

Suggest an answer

Log in or Sign up to answer