Rate this page:
POST /jsm/assets/workspace/{workspaceId}/v1/import/start/{id}
Start configured imports. To see an ongoing import see the Progress resource
string
The id of the import configuration that should be started
1 2 3
curl --request POST \
--url 'https://api.atlassian.com/jsm/assets/workspace/{workspaceId}/v1/import/start/{id}' \
--header 'Accept: application/json'
Content type | Value |
---|---|
application/json |
Example response (application/json)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{
"progressInPercent": 0,
"resourceId": "9fa74b56-d540-4494-b9b2-f27a9bad9e6a",
"category": "imports",
"status": "IN_PROGRESS",
"stepDescription": "Placeholder",
"currentStep": 1,
"numberOfSteps": 6,
"currentWorkUnits": 0,
"currentWorkDescription": "rlabs-import-type-csvimport started...",
"currentStepTotalWorkUnits": 0,
"totalWorkUnits": 0,
"actor": "6g2c42d1f6fgd2112cgc66dc",
"startDate": "2021-04-20T13:57:52.404Z",
"executionUUID": "b36ebb89-4a75-4df3-9101-f40d2771db32"
}
Rate this page: