Groovy Script to show an issue type that it's linked to

Davor Fisher December 9, 2015

I am trying to add a field to be shown in a column that will show what kind of an issue type are the issues that are linked.  

 

(Example - a story has two issues linked to it and if i query with column linked i will see those issues but i would not see what kind of an issue they are)

2 answers

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 9, 2015

You'll need a bit of code to do that.  The issue navigator is coded to simply pull fields from each selected issue on a single line. Not data from other issues - one single issue per line.

So the most simple solution that springs to my mind is a scripted field that iterates over all the links and builds a display of all the issue types it finds.  (I'd use the Script Runner to do that)

 

Davor Fisher December 10, 2015

That was my initial thought as well. Would anyone know one that would work?

0 votes
RVal
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 Leaders.
December 9, 2015

If you have issue linked to your story it shows up in Issue Links area which among other things shows icon identifying the linked issue type.

Steven F Behnke
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 Leaders.
December 9, 2015

He's asking for a column so thats an indication he's looking at the issue navigator and not the issue view pane.

Suggest an answer

Log in or Sign up to answer