Schema Information of Jira
This topic provides a structured reference to assist you in working with Daton's Jira connector and the associated fields and tables.
Schema Information of Jira
This topic provides a structured reference to assist you in working with Daton's Jira connector and the associated fields and tables.
Tables/APIs
The following is the list of tables or APIs associated with the Jira connector:
- Projects
- ProjectCategory
- ProjectType
- Resolution
- ProjectRoles
- Issues
Jira Data
Projects
Purpose: Returns projects visible to the user.
Source API Documentation https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-project-search-get
Replication: Full Replication
Replication Key: NA
Fields
Name |
Target Datatype |
self |
STRING |
id |
STRING |
key |
STRING |
name |
STRING |
projectTypeKey |
STRING |
simplified |
BOOLEAN |
style |
STRING |
isPrivate |
BOOLEAN |
ProjectCategory
Purpose: Returns all project categories.
Source API Documentation https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-projectCategory-get
Replication: Full Replication
Replication Key: NA
Fields
Name |
Target Datatype |
self |
STRING |
id |
STRING |
name |
STRING |
description |
STRING |
ProjectType
Purpose: Returns all project categories.
Source API Documentation https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-project-type-get
Replication: Full Replication
Replication Key: NA
Fields
Name |
Target Datatype |
key |
STRING |
formattedKey |
STRING |
descriptionI18nKey |
STRING |
color |
STRING |
Resolution
Purpose: Returns a list of all issue resolution values.
Source API Documentation https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-resolution-get
Replication: Full Replication
Replication Key: NA
Fields
Name |
Target Datatype |
self |
STRING |
id |
STRING |
description |
STRING |
name |
STRING |
ProjectRoles
Purpose: Project roles are a flexible way to to associate users and groups with projects. Jira Cloud, the list of project roles is shared globally with all projects, but each project can have a different set of actors associated with it. Returns all project roles and the details for each role. Note that the list of project roles is common to all projects.
Source API Documentation https://developers.Jira.com/Jira-api-reference/reference#list-companies
Replication: Full Replication
Replication Key: NA
Fields
Name |
Target Datatype |
self |
STRING |
name |
STRING |
id |
INTEGER |
description |
STRING |
Issues
Purpose: Returns a list of all issues.
Source API Documentation https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-search-get
Replication: Full Replication
Replication Key: NA
Fields
Name |
Target Datatype |
id |
STRING |
key |
STRING |
fields |
RECORD |