github.issue
Description
GitHub issue
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
id | int | Issue ID |
number | int | Issue number |
title | string | Issue title |
state | string | Issue state |
body | string | Issue body |
url | string | Issue URL |
createdAt | time | Issue create time |
updatedAt | time | Issue update time |
closedAt | time | Issue closed time |
assignees | []github.user | Users to whom the issue is assigned |
closedBy | github.user | User who closed the issue |