Tables
The driver 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.
CData JDBC Driver for Jira 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. |