Hi there - we are testing a migration from JiraServer v8 to Cloud and the JCMA (latest 1.9.14) aborts in the pre-migrating-check-phase when trying to migrate one particular project.
The error log lists a number of these error messages:
2023-08-29 17:08:04.941 ERROR <project-key> project-export We couldn't export Issue Security Level Permission 10080. Reason: java.lang.NullPointerException. [JCMA 000]
2023-08-29 17:08:04.971 ERROR <project-key> project-export We couldn't export Issue Security Level Permission 10110. Reason: java.lang.NullPointerException. [JCMA 000]
2023-08-29 17:08:04.977 ERROR <project-key> project-export We couldn't export Issue Security Level Permission 11294. Reason: java.lang.NullPointerException. [JCMA 000]
2023-08-29 17:08:04.980 ERROR <project-key> project-export We couldn't export Issue Security Level Permission 11295. Reason: java.lang.NullPointerException. [JCMA 000]
2023-08-29 17:08:04.984 ERROR <project-key> project-export We couldn't export Issue Security Level Permission 11596. Reason: java.lang.NullPointerException. [JCMA 000]
2023-08-29 17:08:07.967 ERROR <project-key> project-export We couldn't export Issue Security Level Permission 10080. Reason: java.lang.NullPointerException. [JCMA 000]
.....
My question now is - how can identify the specific Permission that is mentioned above so I can remove or change it.
I checked the database tables but couldn't find a table or so that looked like a "Issue Security Level Permission"
Is there some JQL that would lead me to something "human readable" ?
Thanks in advance for any help !