-
Bug
-
Resolution: Fixed
-
Highest
-
JCMA - 1.12.10
-
None
-
Severity 1 - Critical
Issue Summary
Jira migrations including AR plans are getting stuck on JCMA 1.12.10
This is reproducible on Data Center: Yes
Steps to Reproduce
- Step 1 Create Migration plan including advanced roadmap plan
- Step 2 Run JCMA preflight checks.
Expected Results
- Executing the preflight checks without causing issues in the server.
Actual Results
Preflight checks are throwing exception
The below exception is thrown in the xxxxxxx.log file:
2024-11-06 14:14:48,649+0000 http-nio-8080-exec-32 url: /jira/rest/migration/latest/check/06a2d29f680c172c2f4630965873490b607dbc1f; user: admin ERROR admin 854x2716x3 h3wbj7 172.29.221.107,172.50.0.2 /rest/migration/latest/check/06a2d29f680c172c2f4630965873490b607dbc1f [c.a.p.r.v2.exception.ThrowableExceptionMapper] Uncaught exception a4bb4b50-c99d-49df-a152-b5ac7cc6789b thrown by REST service: null java.lang.UnsupportedOperationException at java.base/java.util.AbstractMap.put(AbstractMap.java:209) at com.atlassian.jira.migration.preflight.PreflightService.buildCheckRequests(PreflightService.kt:406) at com.atlassian.jira.migration.preflight.PreflightService.executeAllChecks(PreflightService.kt:464) at com.atlassian.jira.migration.preflight.PreflightService.executeAllChecks$default(PreflightService.kt:417) at com.atlassian.jira.migration.preflight.PreflightService.executeChecksForDraftPlan(PreflightService.kt:373) at com.atlassian.jira.migration.preflight.PreflightService.executeChecksForDraftPlan$default(PreflightService.kt:294) at com.atlassian.jira.migration.preflight.rest.PreflightResource.executeChecks(PreflightResource.kt:81)
Workaround
1. If you do not want to include the AR plan in the migration, select "None" for the Advanced Roadmap plan on the migration dashboard page.
2. If the migration plan includes an AR plan, please downgrade the JCMA version.