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.
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?
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.
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.