Tableau de bord - stat par epic/story/sous tache et statut + filtre

PaulineB October 9, 2023

Bonjour,

J'aimerai créer un tableau de bord avec les statistiques suivantes:

 

FiltreEtiquette     
       
Epic NameStory NameNombre de sous-tâche%A faire%En cours %Cloturer 

 Comment faire?

1 answer

0 votes
Mohanraj Thangamuthu
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 9, 2023

Hello, Good day. To confirm, you want to create a table with issue hierarchy like Epic >> Story >> Task ?

PaulineB October 10, 2023

Hi,

Not exactly, I have this hierarchy :   Epic >> Story >> Sub-Task

I would like to count by epic  and story :

  • the total number of sub-task 
  • the number of sub task by status
  • the number of sub task by resolution

 

And I would like to apply a filter with the tag.

 

Thanks :)

Mohanraj Thangamuthu
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 10, 2023

Hello, You can create a filter with following JQL.

 

issuetype in (Epic, Task, story, Sub-task) and status != done

 

And then create a dashboard as shown in the screenshot.

 

Screenshot 2023-10-10 at 7.08.05 PM.png

Screenshot 2023-10-10 at 7.10.33 PM.pngScreenshot 2023-10-10 at 7.10.43 PM.png

PaulineB October 10, 2023

Thank you very much for your help :) it's not exactly what I am looking for. I would like the number of sub task by epic*story

is it possible ?

Mohanraj Thangamuthu
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 11, 2023

Hello, Good day. You could use following JQL to find the issues associated with an Epic, but this will list all issue and if I believe you are looking for the count and not the list of issues.

 

parent = Epic1

 

You could explore different addons available in marketplace to check if this meets your requirement. Thanks

Like PaulineB likes this

Suggest an answer

Log in or Sign up to answer