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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.