You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
{
"ReferenceName": "Custom.Company",
"Value": "Parent values: Xxxxxxx Energy International SA(12233)Level 1 values: France(12234)"
},
Azure looks like this:
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.
The text was updated successfully, but these errors were encountered:
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:
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:
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.
The text was updated successfully, but these errors were encountered: