Provides endpoints to retrieve details about errors from your server app.
Note: This feature is available for app migrations using CCMA v3.3.7 and JCMA v1.7.2 onwards.
Retrieves details of the exception thrown from your server side listener method onStartAppMigration
Forge and OAuth2 apps cannot access this REST resource.
string
RequiredOK
1
2
3
curl --request GET \
--url 'https://your-site.atlassian.net/rest/atlassian-connect/1/migration/error/{transferId}' \
--header 'Accept: application/json'
1
2
3
4
{
"exceptionType": "<string>",
"safeStackTrace": "<string>"
}
Rate this page: