ADO.NET Provider for Jira

Build 23.0.8839

Statuses

Query the possible Statuses in Jira.

Select

The provider will use the Jira APIs to process filters that refer to the Id or Name columns. Searches on the Name column are case sensitive.

The provider will process the rest of the filter client side within itself. For example, the following queries are processed server-side:

SELECT * FROM Statuses WHERE Id = '10003'

SELECT * FROM Statuses WHERE Name = 'Closed'

Columns

Name Type References SupportedOperators Platform Description
Id [KEY] Integer = Common The Id of the status.
Name String = Common The name of the status.
Description String Common The description of the status.
CategoryId Integer Common The Category Id of the status.
CategoryKey String Common The Category Key of the status.

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