Hi everyone !
I'm trying to create a dashboard that displays all the jira from a group, but where the group displayed changes depending on the assignee connected.
For example :
In user management i added a user A to a group called "Code team", and a user B to a group called "Data team".
What I want is that :
If you need the reason behind it's simply that I have a lot of sub-teams that are managed by different lead, up until now I've been creating manually a dashboard for each team lead but it is a true pain to keep all those dashboard up to date. With this type of dynamic dashboard I could simplify all this management by having just one dashboard & one set of filters to update.
Do you have any idea of how I could do that ? (and if it is doable at all...)
Thanks !
Hi @lcourouble,
Our Jira Cloud App Quick Filter for Jira could solve your problem of sharing a single dashboard across multiple teams.
To do so, you would define a filter for every team in our "Quick Controller" gadget, which filters the data shown in all other gadgets of the dashboard. Any user can then click on the team he or she belongs to and the whole dashboard will be updated accordingly.
Don't hesitate to contact our support team if you want to know more!
Thank you for your reply Nico, We just bought your plugin in my company (for other needs originally) so I'm gonna go for that solution.
thank you for your help !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nico Frossard - codefortynine ,
Can this be used to filter different organisations also?
Idea is to create a dashboard with all open tickets for an org, but want to share this with other colleagues that will need to update the org - but don't want them to have to update every widget's JQL.
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This sounds like a typical use case for our app Quick Filters for Jira.
The field "Organizations" is supported and can be used to filter the whole dashboard by specific organization(s).
Don't hesitate to contact our support team if you want to know more, we are always happy to help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
this cannot be done OOTB. You can either consider different dashboards per team or look to the Marketplace for options.
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.
Hi,
I think you should either create a dashboard per group, or per project lead, in JQL
projectsLeadByUser(username)
Otherwise, as @Jack Brickey indicates, you have to look for third party apps. We are vendors of an app to create dashboards, Ronin Dashboards for Jira, but you'll have the very same problem with our app, there's no way to dynamically get the group of the user and perform a query based on that.
Using the JQL gadget with a query similar to this for each team
project = "TIS" and Team = "Koala" ORDER BY created DESC
You can have a look to this dashboard (these gadgets in the second slide) using this public link.
Hope this helps.
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.