Articles in this section

Available Jira APIs

When you configure an export, import, or other type of flow step using the prebuilt Jira connector, you can select any of the API operations attached below, organized by API type.

Note

If your API endpoint isn’t listed here, switch the flow step to HTTP mode and configure the endpoint provided in the Jira API documentation. You can also create a composite endpoint for this application in HTTP mode.

Available DI objects

The following objects are available when using Jira as a source in Celigo Data Integration (DI).

Primary key: Jira assigns a unique id (or equivalent identifier, such as accountId or groupId, depending on the object) to each record.

Object API endpoint Available extract modes Delta field
Audit records (v3) Get audit records Full, Incremental from
Groups (v3) Bulk get groups Full
Issue fields (v3) Get fields paginated Full
Issue link types (v3) Get issue link types Full
Issue priorities (v3) Search priorities Full
Issue resolutions (v3) Search resolutions Full
Issue types (v3) Get all issue types for user Full
Organization Get organizations Full, Incremental
Project components (v3) Find components for projects Full
Project roles (v3) Get all project roles Full
Projects (v3) Get projects paginated Full
Request type Get all request types Full, Incremental
Service desk Get service desks Full, Incremental
Status (v3) Search statuses paginated Full
Users (v3) Get all users Full
Workflow status categories (v3) Get all status categories Full

Response schemas

Click an object below to view its response fields and delta configuration.

Audit records (v3) — Get audit records

Delta configuration: use it to request incremental data.

Setting Value
Delta filter from = {{{lastExportDateTime}}}
Date format YYYY-MM-DDTHH:mm:ss.SSSZZ

Response schema:

Field Type
associatedItems objectarray
associatedItems.id string
associatedItems.name string
associatedItems.parentId string
associatedItems.parentName string
associatedItems.typeName string
authorAccountId string
authorKey string
category string
changedValues objectarray
changedValues.changedFrom string
changedValues.changedTo string
changedValues.fieldName string
created string
description string
eventSource string
id number (Primary key)
objectItem object
objectItem.id string
objectItem.name string
objectItem.parentId string
objectItem.parentName string
objectItem.typeName string
remoteAddress string (PII)
summary string
Groups (v3) — Bulk get groups

Response schema:

Field Type
groupId string (Primary key)
name string
Issue fields (v3) — Get fields paginated

Response schema:

Field Type
id string (Primary key)
name string
schema object
schema.custom string
schema.customId number
schema.items string
schema.type string
description string
key string
stableId string
isLocked boolean
searcherKey string
screensCount number
contextsCount number
lastUsed string
projectsCount number
Issue priorities (v3) — Search priorities

Response schema:

Field Type
id string (Primary key)
name string
description string
iconUrl string
isDefault boolean
statusColor string
Issue resolutions (v3) — Search resolutions

Response schema:

Field Type
id string (Primary key)
name string
description string
isDefault boolean
Issue types (v3) — Get all issue types for user

Response schema:

Field Type
avatarId number
description string
entityId string
hierarchyLevel number
iconUrl string
id string (Primary key)
name string
scope object
scope.project object
scope.project.id string
scope.type string
self string
subtask boolean
Organization — Get organizations

Response schema:

Field Type
id number (Primary key)
name string
Project components (v3) — Find components for projects

Response schema:

Field Type
id string (Primary key)
name string
description string
project string
projectId number
assigneeType string
lead object
lead.accountId string
lead.displayName string
Project roles (v3) — Get all project roles

Response schema:

Field Type
actors objectarray
actors.actorGroup object
actors.actorGroup.displayName string
actors.actorGroup.groupId string
actors.actorGroup.name string
actors.actorUser object
actors.actorUser.accountId string
actors.displayName string
actors.id number
actors.name string
actors.type string
actors.user string
description string
id number (Primary key)
name string
scope object
scope.project object
scope.project.id string
scope.project.key string
scope.project.name string
scope.type string
self string
Projects (v3) — Get projects paginated

Response schema:

Field Type
avatarUrls object
avatarUrls.16x16 string
avatarUrls.24x24 string
avatarUrls.32x32 string
avatarUrls.48x48 string
id string (Primary key)
insight object
insight.lastIssueUpdateTime string
insight.totalIssueCount number
key string
name string
projectCategory object
projectCategory.description string
projectCategory.id string
projectCategory.name string
projectCategory.self string
self string
simplified boolean
style string
Request type — Get all request types

Response schema:

Field Type
id string (Primary key)
name string
description string
helpText string
issueTypeId string
serviceDeskId string
portalId string
Service desk — Get service desks

Response schema:

Field Type
id string (Primary key)
projectId string
projectName string
projectKey string
Status (v3) — Search statuses paginated

Response schema:

Field Type
description string
id string (Primary key)
name string
scope object
scope.project object
scope.project.id string
scope.type string
statusCategory string
Users (v3) — Get all users

Response schema:

Field Type
accountId string (Primary key)
accountType string
active boolean
avatarUrls object
avatarUrls.16x16 string
avatarUrls.24x24 string
avatarUrls.32x32 string
avatarUrls.48x48 string
displayName string
key string
name string
self string
Workflow status categories (v3) — Get all status categories

Response schema:

Field Type
colorName string
id number (Primary key)
key string
name string
self string