Hello,
I am trying to automate (using automation) the copying only 4 digits from fixversion field to a custom field.
the conf I set:
{{issue.fixversion.substring(1,2,3,4)}}
but unfortunately the custom field still empty even the rule run successfully.
Thanks
The smart value for that field is {{issue.fixVersions}} (please note it is plural): https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--issue.fixVersions--
Next, that is the incorrect syntax for the substring function: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-text-fields/#substring-int-start-
Finally, the Fix Version field can contain multiple values. Do your issues ever have multiple versions selected? If so, your rule need to handle that case.
Kind regards,
Bill
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.