bitbucket-api-client-lib

IssueJobStatus

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- type | String | | [optional] status | StatusEnum | The status of the import/export job | [optional] phase | String | The phase of the import/export job | [optional] total | Integer | The total number of issues being imported/exported | [optional] count | Integer | The total number of issues already imported/exported | [optional] pct | BigDecimal | The percentage of issues already imported/exported | [optional]

Enum: StatusEnum

Name | Value —- | —– ACCEPTED | "ACCEPTED" STARTED | "STARTED" RUNNING | "RUNNING" FAILURE | "FAILURE"