I am trying to create two dimensional dashboard to show progress for all the projects based on their status. I have filter which is selecting all projects and checking the status. I am getting the data but it is duplicating the column name for each project instead of showing all in one column. for ex. it is repeating TO DO column 4 times for my 4 projects. Is there any workaround? Appreciate any help.
Thanks
HK
As others have posted, this symptom is an unfortunate consequence of the design choices for team-managed projects. Here is one of the many suggestions (i.e., defects) for that symptom: https://jira.atlassian.com/browse/JRACLOUD-72282
A couple of workarounds for this both have "costs":
I recommend watching that improvement suggestion and looking to the marketplace for an addon, rather than implementing the automation rules.
Kind regards,
Bill
Thank you Bill, I did check that defect. Hopefully soon they will come up with the solution, for time being I am adding all project separately in one dashboard. Each one is showing its own statuses.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Harvinder kaur,
I am Marlene, product manager of Quick Filters for Jira Dashboards.
Our app provides a wide range of dashboard gadgets, and matches statuses by name not by ID. This means, if the statuses have the same spelling, our app treats them as the same, no matter in which project they are located.
I the Pie Chart and Bar Chart gadgets you can also use custom JQL values.
You can check out Quick Filters for Jira Dashboards without installation on our demo dashboards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Harvinder kaur,
Try the Pivot Table & Pivot Chart gadget offered by our Great Gadgets app. It can display multi-dimensional statistics for you by various criteria like issue count, sum of story points, or percentages.
Specifically for your need, this can be done with a few clicks. Projects completion can be displayed in various ways:
Table
Heat-map Table
Chart - you can choose from various chart types. In this case I recommend the multi-pie chart
More examples about this gadget (and the many others offered by the same app) in these articles:
You could start with 1 month free trial. If you need any help, feel free to contact support@stonikbyte.com at any time.
Hope this helps.
Danut.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
are you sure, that these projects have indeed the same status? Might be multiple Objects with the same name. Does the filter contain Team Managed projects?
If all is in order with the data, setting it to Filter Result and showing Status per Project should do exactly what you'd expect it to do and wouldn't duplicate any Statuses.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes, I have filter like this
project in (ABC, DEF) and Status in (TO Do, TESTING)
so my result is showing 3 times TO Do and testing column like one for each project
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Harvinder kaur ,
Seems you have similar status names configured in your project. Go to admin settings --> Issues --> Statuses and check if there are multiple "TO DO" Status displayed.
(direct url: https://<baseurl>.atlassian.net/secure/admin/ViewStatuses.jspa )
Also please share the screenshot from your gadget and its configuration.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes each project has it's own statuses which are similar. So can't I have one column for TO Do and i get data from all the projects/To do task in that one column. So basically it is showing To Do column for all the projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Harvinder kaur instead of showing Status you could show Status Category (To Do, In Progress, Done).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Status Category is not available in Two dimensional jira dashboard
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.