ImportsProgress
Show ongoing import process.
Select
The connector uses the Jira Assets API to process the request. The rest of the filter is executed client-side within the connector.The following filters are processed server-side, and are required:
- ImportId supports the following operators: =, IN
SELECT * FROM ImportsProgress WHERE ImportId = 123 SELECT * FROM ImportsProgress WHERE ImportId IN (123, 1234)
Columns
Name | Type | Description |
ImportId [KEY] | String | The Id of the ImportsProgress. |
ProgressInPercent | Integer | The ProgressInPercent of the ImportsProgress. |
ResourceId | String | The ResourceId of the ImportsProgress. |
Category | String | The Category of the ImportsProgress. |
Status | String | The Status of the ImportsProgress. |
StepDescription | String | The StepDescription the ImportsProgress. |
CurrentStep | Integer | The CurrentStep of the ImportsProgress. |
NumberOfSteps | Integer | The NumberOfSteps of the ImportsProgress. |
CurrentWorkUnits | Integer | The CurrentWorkUnits of the ImportsProgress. |
CurrentWorkDescription | String | The CurrentWorkDescription of the ImportsProgress. |
CurrentStepTotalWorkUnits | String | The CurrentStepTotalWorkUnits of the ImportsProgress. |
TotalWorkUnits | Integer | The TotalWorkUnits of the ImportsProgress. |
Result | String | The Result of the ImportsProgress. |
ResultData | String | The ResultData of the ImportsProgress. |
ResultMessage | String | The ResultMessage of the ImportsProgress. |
Actor | String | The Actor of the ImportsProgress. |
StartDate | Datetime | The StartDate of the ImportsProgress. |
FinishedDate | String | The FinishedDate of the ImportsProgress. |
EstimatedFinishDate | String | The EstimatedFinishDate of the ImportsProgress. |
ExecutionUUID | String | The ExecutionUUID of the ImportsProgress. |