Introduction to the Jira Data Model
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Atlassian Jira 6.0
- Documentation
To expose Jira resources to SQL applications, the driver maps the native data model to relational tables and translates SQL statements to REST API requests. See "Mapping Objects to Tables" for more information on relational mapping.
Although the JIRA environment promotes customization, a similar set of resources are used by most Jira services. The following table documents the types of Jira API Resources you are likely to encounter in your environment, along with the relational mapping of the primary and child tables. Refer to the Jira documentation for more information on resources.
| Jira API Resource | Relational Parent Table(s) | Relational Child Table(s) |
|---|---|---|
| Application roles | ApplicationRoles |
|
| Audit records | Auditing |
|
| Dashboards | Dashboards | DashboardSharePermissions |
| Filters | Filters |
|
| FilterDefaultColumns | NA | |
| Groups | Groups | GroupLabels |
| GroupUsers | NA | |
| Issue attachment | Attachments | NA |
| AttachmentMeta | NA | |
| Issue comment properties | CommentProperty | NA |
| CommentPropertyKeys | NA | |
| Issue comments | Comments | NA |
| Issue fields | Fields | FieldClauseNames |
| Issue link types | IssueLinkTypes | NA |
| Issue resolutions | Resolutions | NA |
| Issue types | IssueTypes | NA |
| Issue votes | Votes | Voters |
| Issue watchers | Watchers | NA |
| Issue worklogs | Worklogs |
|
| Issues | Issues |
|
| IssueChangeLog | NA | |
| IssueChangeLogItems | NA | |
| IssueTransitions | NA | |
Comments:
|
||
| Jira expressions | Boards | NA |
| Epics | NA | |
| Sprints | NA | |
| Comments:The Sprints table requires either an ID or a KEY, in the Where clause. | ||
| Jira settings | AdvancedSettings | AdvancedSettingsAllowedValues |
| ApplicationProperties | ApplicationPropertiesAllowedValues | |
| Configuration | NA | |
| Permissions | MyPermissions | NA |
| Projects | Projects | ProjectIssueTypes |
| Project components | Components | NA |
| Project Versions | ProjectVersions | ProjectKey |
| Project role actors | Roles | RoleActors |
| Users | UserDetails |
|
| Workflows | Workflows | NA |