Project Import Ignores the values for Select List Custom Field when the "sequence_value_item" for FieldConfiguration and FieldConfigScheme are of different values

XMLWordPrintable

    • 6.03

      Steps to Reproduce:
      • Setup a JIRA instance and connect it to a database (tested it with PostgreSQL)
      • Update the sequence_value_item table:
        UPDATE sequence_value_item
           SET seq_id=10400 WHERE seq_name='FieldConfiguration';
        

        The purpose of this is to make FieldConfiguration and FieldConfigScheme of different value. By default, they are the same.

      • Restart JIRA to pickup the new values set from the database
      • Create a project and select list custom field.
        *Create issues and specify values for the select list custom field
      • Backup the instance
      • Delete all issues from the project
      • Perform project import

      If you look into the issues that were created with the select list custom field value, you would notice that the value has not been restored.

              Assignee:
              Unassigned
              Reporter:
              Anna Cardino (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: