The following error appears when trying to carry out a project import:
{code}
Custom Fields
OK Trac Ticket #
OK Developer(s)
OK Trac Ticket #
ErrorLocation
The custom field 'Location' requires option 'Amsterdam' for the import but it does not exist in the current JIRA instance.
The custom field 'Location' requires option 'Chicago' for the import but it does not exist in the current JIRA instance.
The custom field 'Location' requires option 'Sydney' for the import but it does not exist in the current JIRA instance.
OK Start Date
OK Release Notes
{code}
Both the xml export of the target and original instance contain the following lines:
{code}
<customfieldoption id="10043" customfield="10121" customfieldconfig="10152" sequence="0" value="Amsterdam/">
<customfieldoption id="10044" customfield="10121" customfieldconfig="10152" sequence="1" value="Chicago/">
<customfieldoption id="10045" customfield="10121" customfieldconfig="10152" sequence="2" value="Sydney/">
{code}
both instances have identical values for id, customfield, customfield, customfieldconfig and value.
Bug: https://jira.atlassian.com/browse/JRA-28480
Check the target instace whether there is a space in the table customfieldoption:
SELECT * FROM customfieldoption WHERE CUSTOMFIELD IN (SELECT id FROM customfield WHERE cfname='Location');
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.