Project Lead in Issue Navigator

Greg Finnegan May 22, 2013

Is there a way to display the Project Lead when customizing the columns when navigating issues? Or include this information in a report/export? Do I need to create a custom issue field and assign it as the Project Lead in order to see it?

2 answers

1 accepted

1 vote
Answer accepted
Harry Chan
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.
May 22, 2013

Only fields get displayed in the issue navigator / exports. A custom field would be the best way.

1 vote
Henning Tietgens
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.
May 22, 2013

You can use the Script Runner plugin and create a scripted field with this code to display the project lead:

issue.getProjectObject()?.getLead()?.getDisplayName()

Henning

Suggest an answer

Log in or Sign up to answer