Hi,
I want to use different gadgets on a dashboard based on Portfolio teams, the problem is that teams are not available as an option in the drop-down list. Do anyone know if there is something I can do to be able to choose the tempo team field for gadgets?
Thanks,
Best regards
We have the same issue, we can't build a decent Dashboard without this.
We had the same problem, but I found nice workaround.
If you have scriptrunner add-on, you can create Script Field with following code
def team = getCustomFieldValue("Team")
if (team){
return team.getDescription().getTitle()
}
return null
To make gadgets work with that field you have to install Stattable Searchers add-on and configure searcher (Exact or Free Text Searcher (Stats)) for this scripted field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In theory it should work... but it does not :( E.g. the Pie Chart gadget displays garbage if you use the approach above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same wish and same problem as well in JIRA cloud.
In addition - the Team field only supports 'in' or '=' in JQL and therefore cannot find all cases without a Team and the field is not sortable in the results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I guess this went un-answered?
Same wish....same problem.
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.
Same wish and same problem is there a possibility to fix this issue?
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.