Jira dashboard

Md Apsar May 13, 2023

Hi I would like create the JIRA Dashboard for the below requirements..

 

Show the no of jira against each component .

 

Problem here dash bord is showing all the component, I want to show only specific component not all

How can I?

 

 

 

3 answers

1 vote
Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 13, 2023

Hi @Md Apsar and welcome to the community,

Create a filter with only the components you want to show. The use this filter on a e.g. 2d dimensional gadget.

Let.me know if that worked!

Michel Neeser
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 13, 2023

@Md Apsar Your filter query should look something like this in order to define the components you want to show:

project = TEST and component in (component1, component2, component3)
Md Apsar May 14, 2023

In Jira, component field having multiple values like A , B,C

 

In search ,am able to get all JiRs for Component  A.

 

But 

 

In pie chart gadget, all 3 components  A,B,C  vs no of jira are showing..

 

My requirement is here to show only A component   against no of Jiras in pie chart. 

 

Pls suggest here..

Michel Neeser
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 14, 2023

@Md Apsar What is the exact JQL query you use in your pie chart gadget?

0 votes
Nic Brough -Adaptavist-
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.
May 14, 2023

Welcome to the Atlassian Community!

This is not going to work the way you think you want it to.

The best way to think of a search and result in Jira is that it is a two part thing - literally the search and a report on it.

JQL finds issues, it has nothing to say about what you display from the issue list it returns.  So there is no "JQL that only shows a specific result".  JQL only gives you a list of issue matching a question.

The pie chart is telling you the truth about the issues you have found.  It takes the list of issues, and as you have chosen to group by a field that may have multiple options for an issue (components), it's got no choice but to display all the components on the issues..

I am not aware of any gadgets that will drop the actual results from the reporting as you want it to.  It's more confusing to lose data than it is to show it.  You would get people coming to you to ask "why does this issue not have component X on it in the dashboard, when it clearly does in the issue view?"

The best you can do here is stop using the pie chart.

Create a series of dashboard gadgets, probably the "filter statistics" one, each using a filter of "component = X" (not "component in").  Each gadget will list each component on its own.

Md Apsar May 15, 2023

So my requirement is not possible?

Nic Brough -Adaptavist-
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.
May 16, 2023

It is possible, but not in a single place - Jira does not have reporting that mis-reports things, but it does let you focus.  

You will need to build your reports so that they focus on what you want to see, rather than everything you have asked for.

Create filters that report only on the issues you want and then run them through gadgets that only report on what you need.

0 votes
Craig Nodwell
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 13, 2023

Hi @Md Apsar welcome to the community.  As mentioned already, gadgets on a Dashboard are driven by a filter query.  Setting that filter query the way you want it is key to getting the results you want.  I would suggest you review the pages on Searching In Jira and Advanced Searching In Jira.

Md Apsar May 14, 2023

In Jira, component field having multiple values like A , B,C

In search ,am able tùo get all JiRs for Component  A.

But 

In pie chart gadget, all 3 components  A,B,C  vs no of jira are showing..

My requirement is here to show only A component   against no of Jiras in pie chart. 

Pls suggest here..

Suggest an answer

Log in or Sign up to answer