The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

how to get Values of Cascading Select Field in Jira 5.2.4

Rajesh Ellappan
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!
February 12, 2013

I have Jira 5.2.4 with Behaviour plugin 0.5.3

I have a cascading select filed and a text field. my requirement is when i select the parent value of cascading select i should set a value in text field. i have this functionality working in Jira 4.4 as below

The same script is not working with Jira 5.2.4. I should get both the values of cascading field and store it in variables. Can somebody help me on this.

FormField TApp = getFieldByName("TestApprover")

FormField cf = getFieldByName("Testing/Team")

Collection values = cf.getValue()

String first = values[0]

String second = values[1]

if (first == "Idaho" ) {

TApp.setFormValue("Dev-Approvers")

}

else {

TApp.setFormValue("")

}

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Fernando Horn[MLV Consultoria]
October 13, 2014

Same Here

TAGS
AUG Leaders

Atlassian Community Events