We have installed a paid version of JMWE - 3.1.0 - running against JIRA 5.2.11
I can get "Copy Value From Field to Field" to work, but not "Set Field Value to constant or Groovy expression". I am trying to set Original Estimate and have tried entering a number 36000, "4d" and '4d' as hardcoded values to start with (after a Groovy script did nothing)
We are using a hosted service, is it possible the Groovy is missing on the server, resulting in this problem?
Thank you for any help you can give.
Resolved it - part of it was the type, part was the need to use 'issueObject' in place of 'issue' as the latter is a wrapper.
Did you have a look at the atlassian-jira.log? You might find ERRORs related to the function.
The Original Estimate field is expecting a Long value, so you cannot pass it as a constant. You need to use a Groovy expression, such as "new Long(1000)".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank You - that was a large part of the problem!
Make It A Great Day And A Better Tomorrow!
//Sten
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.