The goal is to count how many components are in scope now (type = bug AND status != closed) in numbers and reflect it on dashboard. But the problem is that there are several components (ex. IT-System, Lead, Cluster).
Would appreciate your help!
If I understand your question correctly its about viewing the count for bugs for each component.
You can try this :
Step 1 : Create a filter for the desired Issue type(like the one in your question - type = bug AND status != closed )
Step 2 : Create a Dashboard and add the widget like a Pie chart.
Step 3 : Choose the Static type as "Component".
The Pie chart will give you the count of each component.
Filter :
Dashboard:
Hello, Jaikish
Thanks for replying. Unfortunately, I don't need number of issues. I need number of IT-systems (where IT-systems are one of three components) that have not-closed issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is how the structure looks like. In the end I need "5 IT-Systems (nevermind which exactly) are in scope" because it counts if there are some unclosed issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So you can create a filter accordingly, which has Component="IT-systems". There are a lot of widgets available for creating a Dashboard. You can explore to check them. May be you can try the "Issue Statistics" widget might help.
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.
Each bug has three components. So if I put in "Component="IT-systems"", I will receive all the findings.
Are you available to have a small call in an hour?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure. You can ping me (check Social section ) and we can connect to get this fixed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please, join the meeting when it's convenient
meet.google.com/kqi-gmgz-itj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
David from ALM Works here. It looks like you are using our product Structure - Flexible Portfolio & Project Management for Jira.
Were you and @Jaikish Pai able to find a solution?
It sounds like you are trying to get a count of all the Open bugs (or other issues) that have an "IT Systems" component.
If this is the case, we can most likely solve your goal with a Formula, that is if you have not already found a solution.
Looking forward to your response.
Best,
David
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear David,
Unfortunately, we did not find a solution!
Each issue has component "IT-systems", so we do not have to filter by components, we need to count components themselves.
You mentioned using formulas. It can be the solution. But firstly, I have no idea how to write down formula "count IT-Systems if status != closed". Secondly, there should be some specific gadget that can reflect these numbers when the condition is satisfied.
If you have any clue how to solve it, please let me know!
BR,
Oksana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Oksana Tkachyk ,
Let's set up some time to review the goal in more detail.
Could you please open a new support request and mention me? You can create one via email support@almworks.com or through our customer portal support.almworks.com
Best,
David
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Oksana,
try a custom filter to filter you data (type = bug AND status != closed) and then try the 2-dimensional Gadget in the Dashboard.
That should show the count of issues per component
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Felix, thanks for responding!
In this case I receive a list of components and then number of issues for example.
But I need to receive the number of components where not-closed issues are.
Will appreciate if you can help find the solution!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
just as described, create a filter for (type = bug AND status != closed) and use a 2 dimensional or pie chart to solve your problem.
is the filter the problem?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should be able to solve your problem , using below fields:
Issuetype = defects/bugs (whatever its called at your side)
status != Closed
use the 2-dimensional chart on your JIRA Dashboard with these fields.
It should show you your desired results.
Try this out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The two-dimensional filter results gadget in the dashboard will give you the count of open per component and the total components listed as well in the statistics in bottom right of the table
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Oksana,
I suggest creating a filter (type = bug AND status != closed) and use that filter in the Pie Chart on your dashboard. By setting statistic type value for "Components" you should see nice representation of data.
Kind Regards,
Maksym
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for reply, Maksym! This is what I tried but then I receive the number of bugs for each component. The number I need - how many IT-Systems (component) have open bugs.
Do you have any ideas on this?
BR,
Oksana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, you first you have to create a filter and use it in the configuration of pie chart. Make sure that your filter contains only bugs that are open. After that you will see the distribution of open bugs per component AND total number of open bugs for all possible components.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maksym, the thing that should be reflected on the dashboard is the number of components, but not the number of issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.