-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Component/s: Editor - Cloud
-
3
-
Major
-
1
Issue Summary
If description in a Jira issue is formatted with markdown, the during migration the following error is seen in Cloud logs:
Fabric Services Prestore error(s):{"errors":{"0":["ADF validation error: incoming adf does not comply with Atlassian Document Format"]}}
This is reproducible on Data Center: (yes)
Steps to Reproduce
- Create an Issue on Jira Server
- Use markdown formatting for the description field
- Migrate the project/issue to Cloud
Expected Results
The issue is migrated to the cloud successfully
Actual Results
The below exception is thrown in the Splunk logs:
Fabric Services Prestore error(s):{"errors":{"0":["ADF validation error: incoming adf does not comply with Atlassian Document Format"]}}
On Server/Migration logs, the following error is seen:
2022-07-12 07:26:56.672072 ERROR MYPROJ project-import We couldn't import Issue MYPROJ-2. Reason: TransactionRuntimeException: org.ofbiz.core.entity.GenericTransactionException: Commit failed, rollback previously requested by nested transaction.. This caused 1 other items to fail.
Workaround
There is no workaround as such. A customer, with 15 such failed issues, was advised the following:
- save the description contents to a file
- Use the file link in the description
- Migrate
- Use the file link on the cloud to paste the description back into the issue
However, this workaround does not scale.
- is related to
-
MOVE-87256 Loading...