v2

Swagger 2.02026-08-01331211921.0 KB
Issue tracker

Check issue import status

When using GET, this endpoint reports the status of the current import task.

After the job has been scheduled, but before it starts executing, the endpoint returns a 202 response with status ACCEPTED.

Once it starts running, it is a 202 response with status STARTED and progress filled.

After it is finished, it becomes a 200 response with status SUCCESS or FAILURE.

get/repositories/{workspace}/{repo_slug}/issues/import

Response

Import job complete with either FAILURE or SUCCESS status

typestring
status'ACCEPTED' | 'STARTED' | 'RUNNING' | 'FAILURE'

The status of the import/export job

phasestring

The phase of the import/export job

totalinteger

The total number of issues being imported/exported

countinteger

The total number of issues already imported/exported

pctnumber

The percentage of issues already imported/exported