Jira Cloud and On-premise Fields and Entities Available for Synchronization

    This page describes the reference of the entities and fields supported for synchronization from the Jira instance.

    Fields Supported in Issue Entity

    Issue object


    Field nameCommentHub objectObject type
    1id
    issue.idLong
    2keyThe unique key of an issue.issue.keyString
    3summaryThe summary of an issueissue.summaryString
    4descriptionThe description of an issue.issue.descriptionString
    5environmentThe environment field.issue.environmentString
    6assigneeThe assignee of an issue.issue.assigneeUser
    7reporterThe reporter of an issue.issue.reporterUser
    8creatorThe creator of an issue.issue.creatorUser
    9createdCreate the date of an issue.issue.createdDate
    10updatedUpdate the date of an issue.issue.updateDate
    11statusThe current status of an issue.issue.statusStatus
    12resolutionAn issue's resolution record, if the issue has been resolved or closed.issue.resolutionResolution
    13typeAn issue type.issue.typeIssuetype
    14typeNameThe name of an issue type.issue.typeNameString
    15priorityA priority field.issue.priorityPriority
    16affectedVersionsAffects version.issue.affectedVersionsAn array of versions
    17fixVersionsA fix version.issue.fixVersionsAn array of versions
    18dueA due date.issue.dueDate
    19resolutionDateA date the issue is resolved.issue.resolutionDateDate
    20originalEstimateAn original estimate (time tracking field).issue.orginalEstimateDuration in seconds
    21remainingEstimateA remaining estimate (time tracking field).issue.remainingEstimateDuration in seconds
    22timeSpentA total time spent.issue.timeSpentDuration in seconds
    23projectThe project this issue belongs to.issue.projectProject
    24projectKeyThe key of the project this issue belongs to.issue.projectKeyString
    25componentsAll components of the projects this issue belongs to.issue.componentsAn array of components
    26workLogsWork logs.issue.workLogsWorklog
    27labelsStandard labels.issue.labelsAn array of labels
    28linksLinks to related issues.issue.issueLinksAn array of issue links
    29votesA number of votes on this issue.issue.votesLong
    30votersA list of users who voted for the issue.issue.votersLong
    31watchesA number of users watching the issue.issue.watchesLong
    32watchersA list of users watching the issue.issue.watchersAn array of users
    33customFieldsAll  custom fields.
    issue.customFieldsAn array of customfields
    34commentsAll comments associated with the issue.issue.commentsAn array of comments
    35addedComments Comments that have been added since the last sync.replica.addedCommentsAn array of comments
    36changedComments

    Comments updated since the last sync.

    A comment gets updated if one of the listed  fields is updated:

    • author
    • body
    • create date
    • group (visibility)
    • role (visibility)
    • updateauthor
    • update date


    replica.changedCommentsAn array of comments
    37removedCommentsRemoved comments since the last sync.replica.removedCommentsAn array of comments
    38componentsAll components.issue.componentsAn array of components
    39attachmentsAll attachments that are associated with the issue.issue.attachmentsAn array of attachments
    40addedAttachmentsAdded attachments since the last sync.replica.addedAttachmentsAn array of attachments
    41removedAttachmentsRemoved attachments since the last sync.replica.removedAttachmentsAn array of attachments
    42entityPropertiesEntity properties of the issue.issue.entityPropertiesMap of strings to objects
    43customKeysAn object that can be used for carring any type of information.issue.customKeysMap of strings to objects
    44parentIdParent issue ID (used for parent-child relation in Jira Cloud & on-premise).issue.parentIdString
    45securityLevelAn issue security level.issue.securityLevelSecurityLevel object
    46changeHistoryA change history of an issue.issue.changeHistoryChangeHistory Object
    47approversA list of approvers of an issue.issue.approversAn array of users

    Fields Supported in the Sprint Entity 


    filed namevariabletype
    1namesprint.nameString
    2statesprint.stateString
    3origin board IDsprint.originBoardIdString
    4start datesprint.startDateDate
    5end datesprint.endDateDate
    6complete datesprint.completeDateDate
    7goalsprint.goalString