Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

To check that all SAP transports have been migrated the ‘tmTransports’ issue property can be used.

e.g.: Jira Server JQL issues: issue.property[tmTransports].content ~ ‘a*' and project = '<migratedProject>’

Jira Cloud JQL issues: issue.property[tmTransports].content ~ ‘a*' and project = '<migratedProject>’

The server issues must be equal with the returned cloud issues.

//Add In case of what to do if migration has issues → how to trigger it againapp migration fails, the Migration Assistant provides the possibility to re-run the migration https://developer.atlassian.com/platform/app-migration/testing/re-run/ .

Atlassian’s Cloud Migration Assistant tool notes:

...