TDV Adapter for Jira

Build 22.0.8462

Data Model

The adapter models the JIRA API as relational tables, views, and stored procedures, allowing database-like connectivity to JIRA Cloud accounts or JIRA Server instances.

Accessing Custom Fields

By default, the table and view schemas describe the column behavior of system fields for JIRA entities. To access Custom Fields for Issues, as well as system fields, you can set IncludeCustomFields in the connection string. You can also extend schemas to configure access to Custom Fields.

Customizing Schemas

The schemas are defined in .rsd configuration files. These files have a simple format that makes them easy to extend; for example, to gain more control over custom fields.

To save a schema to an .rsd file, call the CreateSchema stored procedure; for example, with the IncludeCustomFields connection property set.

To use custom schemas, set the Location property to the folder containing the .rsd files. The schemas included with the adapter are located in the db subfolder of the installation folder.

Controlling Column Names

You can use the following properties to gain more control over column names:

  • UseSimpleNames: boolean determining if simple names should be used for columns.
  • UseDisplayNames: boolean determining if the display names for custom fields should be used instead of the API names.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462