Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Portfolio team field not visible in gadgets

Johan Söderström
Contributor
January 5, 2017

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

6 answers

1 vote
Tom Solaru May 11, 2018

We have the same issue, we can't build a decent Dashboard without this. 

1 vote
Eryk Leniart
Contributor
March 1, 2018

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. 

Janos Biro
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 30, 2019

In theory it should work... but it does not :( E.g. the Pie Chart gadget displays garbage if you use the approach above.

1 vote
Norm Joseph
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 15, 2017

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.

0 votes
Alan Williams
Contributor
November 14, 2017

I guess this went un-answered?

 

Same wish....same problem.

0 votes
Kevin Capel
Contributor
March 15, 2017

Same wish and same problem. 

0 votes
Dennis Struis
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 10, 2017

Same wish and same problem is there a possibility to fix this issue?

Suggest an answer

Log in or Sign up to answer