The issue was created by converting a note in a project board to an issue. You only see this event in responses when project boards have been enabled in the repository.
| Issue type | Issue events API | Timeline events API |
|---|---|---|
|
X | X |
Note: Project card details are now shown in REST API v3 responses for project-related issue and timeline events. This feature is now available for developers to preview. For details, see the blog post.
To receive the project_card attribute, project boards must be enabled for a repository, and you must provide a custom media type in the Accept header:
application/vnd.github.starfox-preview+json
Warning: The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact your GitHub Enterprise site administrator.
| Name | Type | Description |
|---|---|---|
id |
integer |
The unique identifier of the event. |
node_id |
string |
The Global Node ID of the event. |
url |
string |
The REST API URL for fetching the event. |
actor |
object |
The person who generated the event. |
event |
string |
Identifies the actual type of event that occurred. |
commit_id |
string |
The SHA of the commit that referenced this issue. |
commit_url |
string |
The GitHub REST API link to the commit that referenced this issue. |
created_at |
string |
The timestamp indicating when the event occurred. |
project_card |
object |
The project card object. |
project_id |
integer |
The unique identifier of the project card. |
project_url |
string |
The REST API URL to retrieve the project card. |
column_name |
string |
The name of the column the issue is in. |