SSIS Components for Jira

Build 24.0.8963

WorkflowStatuses

Query the list of all statuses associated with workflows.

Table Specific Information

Select

The component uses the Jira API to process some of the filters.

The component processes other filters within the component.

For example, the following queries are processed server side:

SELECT * FROM WorkflowStatuses WHERE Id = 1
SELECT * FROM WorkflowStatuses WHERE Name = 'Open'

Columns

Name Type References SupportedOperators Platform Description
Id [KEY] String = Common The ID of the status.
StatusCategoryId Long

WorkflowStatusCategories.Id

Common The ID of the status category.
Name String = Common The name of the status.
Description String Common The description of the status.
URL String Common The description of the status.
IconUrl String Common The URL of the icon used to represent the status.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.8963