jira-azuredevops-migrator icon indicating copy to clipboard operation
jira-azuredevops-migrator copied to clipboard

Custom Field in Jira not exporting the data correctly

Open C-F-Palmer opened this issue 1 year ago • 0 comments

I am using version 3.0.329 and have come across this issue with a custom field in Jira (which is actually a cascading picklist field) not exporting the data correctly. The field captures a "Company" name and "Site" location. Below is an example of the issue:

Jira field looks like this:

image

Mapping file looks like this:

{ "source": "Company - Site", "source-type": "name", "target": "Custom.Company" },

Export file looks like this:

{ "ReferenceName": "Custom.Company", "Value": "Parent values: Xxxxxxx Energy International SA(12233)Level 1 values: France(12234)" },

Azure looks like this:

image The Azure field is a Picklist field.

Not sure if this is helpful but I did notice that the string of text that is being exported can be found in the History audit trail in JIra.

I am only trying to capture the data in the first cascading field which is the company name and realize I am unable to capture the Site/location as previously confirmed so that is why the company name is the only field mapped.

This does not happen when using version 3.0.85.

C-F-Palmer avatar Jan 09 '24 11:01 C-F-Palmer