-
Type:
Bug
-
Status: Done (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Critical Points:0
Looks like the default value of a com.atlassian.jira.toolkit:message custom field is not currently being exported. This custom field is defined in the Jira Toolkit plugin developed by Atlassian: https://marketplace.atlassian.com/plugins/com.atlassian.jira.toolkit
If I modify the custom field node in the xml dump to add
<defaultValue>
<singularValue>The default value</singularValue>
</defaultValue>
in the config node the import sets it up correctly. So it looks like this is just an export issue.