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
Yup, that's what I'm getting at...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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())
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So you have upgraded Jira to 6.3.something?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So you are NOT using scriptrunner 3.0? Which version are you actually using?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.