Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

As you may have noticed, you can choose a mapping file that allows you to define your own mapping of exported custom fields into existent ones in the KIWI Import page.

Table of Contents

What is this file for?

It provides the app with rules that must be followed when mapping the custom fields you've exported into existent custom fields on the import instance. The mapping file is a plain text file that can be edited with any text editor.

Manually creating a custom field mapping file

  1. Create a new text file (choose any name) with the extension .cfmap in the following path: JIRA_HOME_FOLDER/kepler/kiwi
  2. Fill in the file with the mappings that you need
  3. Choose a custom field from your exported workflow that you want to be mapped, and get the custom field ID
  4. Get the custom field ID from Jira import instance where the exported custom field will be mapped
  5. Add a new line corresponding to the mapping in your mapping file as customfield_eeeee=customfield_iiiii, where customfield_eeeee is the ID of the custom field from the exported file and customfield_iiiii is the ID of the custom field from Jira import instance
  6. Repeat the operation for all the custom fields you want to map

...

The first row from the example above explains: "Map the custom field 10303 from my exported workflow into the custom field 11100 from this Jira system". The first column of the mapping file has the custom field IDs that you want to map from the exported workflow, and the second column contains the IDs of the custom fields from Jira server where the import is executed.

Import generated mapping files

A successful import will generate two mapping files: the current and the next mapping file in the JIRA_HOME_FOLDER/kepler/kiwi folder.

...

To merge two generated CF Maps files, you need to use the corresponding tool.

Getting a custom field ID

Anchor
gettingCustomFieldIds
gettingCustomFieldIds

...

4. Another way to get a custom field ID is by querying your data base if you have configured an external one. 

Mapping error messages

If the mapping file has wrong mappings, error messages are displayed for the corresponding actions at Step 2: Actions.

...

If your exported custom field were mapped several times in the mapping file, the last mapping will be used without generating any error message.

Tips and Tricks

The mapping file can force KIWI to avoid the automatic matcher for custom fields and create a brand new Custom Field with all its dependencies from the export system. To do this map the custom field to the empty string (leave a blank after the equals sign) like in the example below:

...