Forums

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

In a dashboard/structure I want to show parent-links by description name and not issues ID

Brent Peters
April 27, 2020

I have a dashboard structure. I enabled the "Parent-link" column which works fine to print out initiatives. In the structure is shows the Parent-link
"Foobar-13875 - Initiative Name FOO"

Is there a way to have this structure parent-link for the initiative just show
"Initiative Name FOO" ? 

Trying to do this to conserve table space on the screen.

1 answer

1 accepted

0 votes
Answer accepted
Praveen
Contributor
May 28, 2018

Hi,

Please use the below code for the above requirement, 

def status= underlyingIssue.getStatus().getName()
def field = getFieldByName("*custom field name here*") if(status.toString().equals("Open")){ field.setRequired(true) }

 -Praveen

Kris Han
Contributor
May 28, 2018

Hi, 

Thank you very much! It looks useful now.

 

Praveen
Contributor
May 28, 2018

Hi,

Thanks for the confirmation! You can mark the answer as accepted so that others will be able to find if useful too.

-Praveen

Suggest an answer

Log in or Sign up to answer