Skip to end of banner
Go to start of banner

Unable to copy custom field value during issue transition

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Problem Statement

While using custom fields in apps like.. Create on Transition (or) Update on Transition, if you encounter that a custom field is not getting created/copied into a new issue.

Also if you see the below error message in the logs then please make sure that your custom field name is given properly. If there are any leading/trailing spaces in the custom field name then it will be ignored during the transition.

Error Message 

ERROR: Custom field: 'XXXX' not found. Field was ignored.

Environment

VersionServer 8.0.2
ApplicationJira


Cause

Custom field name consists of leading/trailing spaces along with it.

Solution

Please follow the below steps to fix the issue.

  1. Goto Cogwheel → Fields→ Custom fields→ the custom field name→ Edit.
  2. Check if there are any leading/trailing spaces in the name.
  3. If so, remove the spaces and save the custom field.
  • No labels