Hi all,
Can anyone provide an example of using the Clone Plus plugin to set a custom field to a specific value when copying an issue? This is with CP 1.3.1 on JIRA 4.4.5, and I'm using the standard "Clone+" operation.
I've read the documentation (which seems rather cryptic) and it hasn't given me any clues. My latest attempts look like the block below. The field in question is number 10204, which is named <fieldname>, and it's a Number field. My goal is to have this field set to -1 whenever an issue is cloned.
fieldIncludes = customfield_10204
set.customfield_10204=-1
set.<fieldname>=-1
plus.set.customfield_10204=-1
set.10204=-1
set.cf10204=-1
No matter what I try in the clone-plus.properties file, the target issue always receives an empty value for the specified custom field.
Any pointers to the correct syntax would be appreciated!
Thanks,
Scott