TDV Adapter for Jira

Build 22.0.8462

Tables

The adapter models the data in JIRA into a list of tables that can be queried using standard SQL statements.

Generally, querying JIRA tables is the same as querying a table in a relational database. Sometimes there are special cases, for example, including a certain column in the WHERE clause might be required to get data for certain columns in the table. This is typically needed for situations where a separate request must be made for each row to get certain columns. These types of situations are clearly documented at the top of the table page linked below.

JIRA Adapter Tables

Name Description
Attachments Query, insert and delete the available Attachments in JIRA.
Boards Query, insert and delete the agile Boards in Jira.
Comments Create, modify, delete and query the available Comment types in JIRA.
Issues Create, modify, delete and query Issues in JIRA.
IssueTypes Query the available Issue Types in JIRA.
ProjectComponents Query, create, modify, and delete the available Components of a project in JIRA.
Projects Query, update, insert and delete the available Projects in JIRA.
ProjectVersions Query,create, modify and delete the available Versions of a project in JIRA.
Roles Query the available roles in JIRA.
Sprints Query,create, modify and delete the agile Sprints in Jira.
Users Query the available Users in JIRA.
Worklogs Create, modify, delete and query the available Worklogs in JIRA.

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