Notification API
Status API
Mapping API
App data retrieval API
Transfer retrieval API
Feedback channel API
Error retrieval API

Rate this page:

Error retrieval API

Provides endpoints to retrieve details about errors from your server app.

Fetch server side error

GET /rest/atlassian-connect/1/migration/error/{transferId}

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

Request

Path parameters
transferId Required

string

transferId

Format: uuid

Example

1
2
3
curl --request GET \
  --url 'https://your-site.atlassian.net/rest/atlassian-connect/1/migration/error/{transferId}' \
  --header 'Accept: application/json'

Responses

OK

Content typeValue
application/json

TransferErrorDto

Rate this page: