-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Jira - Migration Assistant - Export
-
None
-
13
Issue Summary
Jira migrations may fail due to invalid references in JQL filters associated with boards. One such examples is caused by https://jira.atlassian.com/browse/JSWSERVER-15353
One example of this is a deleted version:
2020-04-30 22:36:07.910 ERROR CCMP project-import We couldn't import Board 'CCM Product Team board'. Reason: query: The value '2.2' does not exist for the field 'fixversion'.. This caused 904 other items to fail.
Steps to Reproduce
- Create a Jira Software Project
- Create a version and associate some issues with it
- Create a filter using this version and associate it with a Project Board
- Delete the version
- Try to migrate this board
Expected Results
JCMA handles the invalid reference in a better way, perhaps allowing the admin to edit the filter on the fly before migrating.
Actual Results
The migrartion fails:
2020-04-30 22:36:07.910 ERROR CCMP project-import We couldn't import Board 'CCM Product Team board'. Reason: query: The value '2.2' does not exist for the field 'fixversion'.. This caused 904 other items to fail.
Workaround
Manually ensure the board and filter is valid before migrating.