Get Jira entity ID mappings after migration to Jira Cloud
Platform Notice: Cloud - This article applies to Atlassian products on the cloud platform.
When to use this article
This article may be used any time there is a need to retrieve Jira entity ID mappings in Jira Cloud following a migration from Jira Server/Data Center.
Set up Postman
Set up REST API call
Click New, or type
Ctrl
+N
(Windows/Linux) orCmd
+N
(MacOS).Select "HTTP".
Name the request "Get Jira entity ID mappings after migration".
In the URL, paste:
{{cloudUrl}}/rest/migration/latest/report/id-mappings
Click the "Authorization" tab.
Ensure Type is "Inherit auth from parent".
Click Save.
Retrieve mappings
Change the environment using the environment selector at the top right of Postman, selecting "Atlassian Cloud".
- Select the "Get Jira entity ID mappings after migration" request.
Click Run.
References