Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate Dashboards according to the project needs?

madhavi January 5, 2023

Dear readers,

How can i generated good dashboards for my need.

To see only defects from the sprints 1 to till date?

To generate dashboards on defects so far closed, solved, in process and on..

To generate dashboards on over all Tickets with stories, epics and on..

Looking forward for your valid in puts

Thanks - Madhavi.

1 answer

1 accepted

1 vote
Answer accepted
Mark Segall
Community Champion
January 5, 2023

Hi @madhavi 

Assuming you're using an issue type of "Defect", here are some recommendations.  Just substitute Defect for whatever issue type if you're using a different issue type.

 

To see only defects from the sprints 1 to till date?

If you're trying to see a listing of issues, you may want to simply use a Filter Results gadget with the following filter:

project = yourProject AND issueType = Defect and sprint NOT IN futureSprints()

To generate dashboards on defects so far closed, solved, in process and on..

Assuming these are statuses in your workflow, I'd recommend using the Issue Statistics gadget with status as the statistic type.  You could use a filter like this if you're only looking for specific statuses:

project = yourProject AND issueType = Defect AND status IN (Closed, Solved, ...)

To generate dashboards on over all Tickets with stories, epics and on..

Can you please provide a little more detail on what you're trying to achieve here? 

madhavi January 7, 2023

Hi Mark,

Thank you so much for the Query provided, let me try and let you know how it went? 

I am quite new to Jira and query building, i would like to go deeper into it to create good dashboards according to my requirements.

Thanks - Madhavi.

Like Mark Segall likes this

Suggest an answer

Log in or Sign up to answer