The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Custom field question

Rumceisz
Contributor
March 24, 2013

Hi All,

some projects in our Jira use cascading fields. Now they need to create reports based on the custom field values. The disadvantage of the cascading field that it shows its values in one column. E.g.: there is a main category 'Service' and the second level category 'Hardware' and the report will be: 'Service - Hardware'. And we need: Column1=Service and Column2=Hardware.

Is there a plugin with I could substitute the cascading field? I think that custom fieldA is a list field which has its values based on the values of custom fieldB.

Can you please suggest?

Or do you know how to filter cascading field on more educated level?

Thanks in advance,
Rumi

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 24, 2013

You might want to capture the cascading select values in to 2 different calculated fields if you want them separate in 2 columns. Easier than removing cascading select and writing another plugin or javascript solution for it.

Rumceisz
Contributor
March 24, 2013

Hi Jobin,

how can we do that? I mean the calculated fields.

Thanks for the hint!

Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 24, 2013

There are numerous plugins that gives it. For example Scriptrunner. You will have to just right the script to extract the info from cascading select. Give it a search in this forums and you will see lot of examples.