GitHub Fields and Entities Available for Synchronization

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

    Fields Supported in GitHub Issue


    field namevariabletype
    1idissue.key.id
    Int
    2numberissue.keyString
    3titleissue.summaryString
    4userissue.reporterUser
    5bodyissue.descriptionString
    6labelsissue.labelsSet<Label>
    7stateissue.statusStatus
    8commentsissue.commentsList<Comment>
    9repositoryissue.repositoryFullNameString
    10milestone issue.fixVersionsSet<Version>
    11created_atissue.createdDate
    12closed_atissue.resolutionDateDate
    13pull_requestsissue.type.name == "Pull Request"String
    14assigneesissue.assigneesSet<User>