Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to Jira Assets APIs.
Key Features
- The driver models Jira Assets entities like accounts, people, and tasks as relational views, enabling you to write SQL to query Jira Assets data.
- Stored procedures enable you to execute operations to Jira Assets
- Live connectivity to these objects means any changes to your Jira Assets account are immediately reflected when using the driver.
Views
Views describes the available views. Views are statically defined to model Objects, ObjectAttributes, ObjectConnectedTickets, etc.
Tables
Tables describes the available tables. Tables are statically defined to model Objects, ObjectSchema, ObjectType, ObjectTypeAttributes, etc.