Forums

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

Next Greenhopper release

Peter Dittman
Contributor
February 12, 2013

There's some really cool stuff (Epic Reports and more seamless integration between JIRA and GH) in the latest version of GH (6.1.3). We're using onDemand - when can we expect to see that version published to onDemand?

TIA.

-Peter

1 answer

1 accepted

Suggest an answer

Log in or Sign up to answer
1 vote
Answer accepted
Sylvain Leduc
Contributor
June 27, 2019

My co-worker helped me with this, I dont know if it is the easiest possible but it works now :-)

 

import com.atlassian.jira.issue.fields.CustomField
import com.onresolve.jira.groovy.user.FormField
import com.atlassian.jira.issue.CustomFieldManager
import com.atlassian.jira.component.ComponentAccessor

def contract = getFieldById("customfield_10400")
FormField enddate = getFieldById("customfield_10402")
String contractlist = (String) contract.getValue()

if (contractlist.equals("Secondment") || contractlist.equals("Contract Employee") || contractlist.equals("Intern")) {
enddate.setRequired(true)
}
else {
enddate.setRequired(false)
}

 

If it can help other beginners !

Testing test
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 4, 2020

Thanks! Im totally beginner)
And it works fine.

TAGS
AUG Leaders

Atlassian Community Events