JQL query to list out all the story under the epic and sub task of each story

prabakar_m February 3, 2020

I have created an epic, under that epic I have multiple stories, each story has multiple subtasks.

I want to get the List/Count of a subtask of each story? let me the JQL query

Example: Epic A

Under Epic A has-> Story 1 -> Story 2

Under Story 1 - Sub-task1, Sub-task2

Uner Story 2 - Sub-task1,Sub-task2, Sub-task3

for the JQL query, I have to incorporate it into my JIRA Dashboard. going forward I want to provide my update (status) through my dashboard.

 

2 answers

2 accepted

0 votes
Answer accepted
Ignacio Pulgar
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 4, 2020

Hi @prabakar_m ,

As Thomas suggested, the paretEpic function is what you need here.

Best regards

0 votes
Answer accepted
Thomas Deiler
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 3, 2020

Dear @prabakar_m ,

first have a look at the advanced JQL function reference. Especially the functions:

  • linkedissue
  • linkedissue()
  • parentEpic()

If this does not help, evaluate the add-on JQL Search Extension.

So long

Thomas

Suggest an answer

Log in or Sign up to answer