Recently upgraded to Jira 6.2.7

Priya Ayyadevara September 21, 2014

Hi Jamie,

 

We recently upgraded to JIRA 6.2.7 and are using Scriptrunner 2.1.17 . I see the behaviours missing .

Can you please advise?

2 answers

0 votes
Benito Picarelli
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 20, 2014

Keep in mind that in version 3.0.3 they also fixed some bugs with JIRA 6.2.x compatiblility, but the plugin doesn't actually list it as a compatible version:

3.0.3 | JIRA Server 6.3 - 6.3.8 | Fixes behaviours compatibility with 6.2

 

I actually believe you have to upgrade your JIRA instance to one of the compatible JIRA 6.3.x versions and then follow up with an upgrade to your script runner plugin.

Cheers

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 20, 2014

Yup, that's what I'm getting at...

Priya Ayyadevara October 21, 2014

Hi Benito/Nic, We have installed version 3.0 not 3.0.3 As suggested here https://jamieechlin.atlassian.net/wiki/display/GRV/Upgrading+to+3.0 3.0 is only available for JIRA 6.2 and above and is fully compatible with Jira 6.2.x

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 21, 2014

Behaviours was not merged into Script-runner until version 3 I think.  You need to upgrade script-runner, then you'll find behaviours in there.

Priya Ayyadevara October 20, 2014

Hi Nic,

 

We did that. We now have the correct version of Scriptrunner specific to our JIRA version as suggested here

https://jamieechlin.atlassian.net/wiki/display/GRV/Upgrading+to+3.0

 

We still have problems with our behaviours. They seem to be broken. Please help!

Priya Ayyadevara October 20, 2014

 

We have the below behaviours in place for one of our Projects Sub-task. The Summary field is hiddden and the below behaviour should copy the value of a customfield in to Summary.

This works perfectly on our old JIRA 5.2.11 (behaviours was a separate plugin then) but is broken on JIRA 6.2.7.

FormField roadNameField = getFieldById ("customfield_11918")
getFieldById("summary").setFormValue(roadNameField.getFormValue())

 

FormField roadNameField = getFieldById (fieldChanged)
getFieldById("summary").setFormValue(roadNameField.getFormValue())

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 20, 2014

So you have upgraded Jira to 6.3.something?

Priya Ayyadevara October 20, 2014

JIRA 6.2.7

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 20, 2014

So you are NOT using scriptrunner 3.0? Which version are you actually using?

Suggest an answer

Log in or Sign up to answer