This page describes the reference of the entities and fields supported for synchronization from the GitHub instance.
Fields Supported in GitHub Issue
|  | field name | variable | type | 
|---|---|---|---|
| 1 | id | issue.key.id | Int | 
| 2 | number | issue.key | String | 
| 3 | title | issue.summary | String | 
| 4 | user | issue.reporter | User | 
| 5 | body | issue.description | String | 
| 6 | labels | issue.labels | Set<Label> | 
| 7 | state | issue.status | Status | 
| 8 | comments | issue.comments | List<Comment> | 
| 9 | repository | issue.repositoryFullName | String | 
| 10 | milestone | issue.fixVersions | Set<Version> | 
| 11 | created_at | issue.created | Date | 
| 12 | closed_at | issue.resolutionDate | Date | 
| 13 | pull_requests | issue.type.name == "Pull Request" | String | 
| 14 | assignees | issue.assignees | Set<User> |