ADO.NET Provider for Jira

Build 23.0.8839

IssueLinkTypes

Lists all the issue link types.

Select

The provider will use the Jira APIs to process filters that refer to the Id column.

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

SELECT * FROM IssueLinkTypes WHERE Id = '10003'

SELECT * FROM IssueLinkTypes WHERE Id IN ('10002', '10000')

Columns

Name Type References SupportedOperators Platform Description
Id [KEY] String =,IN Common Unique identifier of the issue link type.
Name String Common The name of the issue link type.
Inward String Common The description of the issue link type inward link.
Outward String Common The description of the issue link type outward link.

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