I try to transfer the value of a custom field "Story points_deprecated" to the custom field "Story points". I only want to transfer the value for tickets which not already have a value in the "Story Points" field. I use scriptrunner build in script Copy custom field values. It processes all issues provided by a JQL-filter. I made the filter project = tdh AND "Story points_deprecated" != EMPTY AND "Story Points" = EMPTY and this results in 300 tickets in the issues viewer. However when I use it in scriptrunner the script ends immediately with the message 0 issues modified. The scriptrunner preview stated that 300 issues will be processed. There is nothing in log files.
Anybody a hint to resolve this?
Hi Retmer,
Are you able to update to the latest version ? There was a bug that fixed in the latest version (SRJIRA-2095).
Alternatively add in your filter a clause that will exclude issues where the source custom field has null / no value.
Thanks, With version 4.3.13 it works correctly
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
nice
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you sure that custom field id were specified correctly?
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.