-
Bug
-
Resolution: Fixed
-
Low
-
7.1.1, 7.1.7
-
None
-
Severity 2 - Major
Issue Summary
Exported Automation rules from Cloud fails to be imported to Server
Steps to Reproduce
- Export multiple rules from Cloud
- Attempt to import them in Automation for Jira Server.
Expected Results
The rules are imported without issues.
Actual Results
The import fails and the following error is displayed:
"Error parsing provided JSON. Please ensure it was created using 'Export rules' previously. If the problem persists please contact Code Barrel support!"
The format of the export from Cloud rules export has changed slightly so that the fields in an issue condition is could look like:
"selectedField": { "type": "ID", "value": "issuetype" },
whereas they used to look like
"selectedField": "issuetype",
This causes the import to fail.
- Note that if the selectedField type is not ID, it should error out or at least ignore the field.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is related to
-
JSWCLOUD-22500 Not possible to import Automation rules - Error parsing provided JSON error message is being shown
-
- Closed
-
- was cloned as
-
JIRAAUTOSERVER-210 Exported Automation rules from Cloud fails to be imported to Server/DC
-
- Gathering Impact
-
- is caused by
-
A4J-2483 Loading...