TDV Adapter for Jira

Build 22.0.8462

IssueLinkTypes

Lists all the issue link types.

Select

The adapter will use the JIRA APIs to process filters that refer to the Id column.

The adapter 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) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462