ドキュメントには頻繁に更新が加えられ、その都度公開されています。本ページの翻訳はまだ未完成な部分があることをご了承ください。最新の情報については、英語のドキュメンテーションをご参照ください。本ページの翻訳に問題がある場合はこちらまでご連絡ください。

このバージョンの GitHub Enterprise はこの日付をもって終了となりました: 2021-03-02. 重大なセキュリティの問題に対してであっても、パッチリリースは作成されません。 パフォーマンスの向上、セキュリティの改善、新機能のためには、最新バージョンのGitHub Enterpriseにアップグレードしてください。 アップグレードに関する支援については、GitHub Enterprise supportに連絡してください。

Issue イベントタイプ

Issues イベント API とタイムライン API について、各イベントタイプ、GitHub でのトリガーアクション、および各イベントの一意のプロパティについて学びます。

ここには以下の内容があります:

Issue イベントは、Issue およびプルリクエストのアクティビティによってトリガーされ、Issue イベント API およびタイムラインイベント API で使用できます。 各イベントタイプでは、イベントが Issue イベントやタイムラインイベント API で使用可能かどうかを指定します。

GitHub の REST API は、すべてのプルリクエストを Issue と見なしますが、すべての Issue がプルリクエストであるとは限りません。 このため、Issue イベントエンドポイントとタイムラインイベントエンドポイントは、レスポンスで Issue とプルリクエストの両方を返す場合があります。 プルリクエストには、issue オブジェクト内に pull_request プロパティがあります。 プルリクエストは Issue のため、リポジトリ内で Issue とプルリクエストの番号が重複することはありません。 たとえば、リポジトリで最初の Issue を開くと、番号は 1 になります。 次にプルリクエストを開くと、番号は 2 になります。 各イベントタイプでは、イベントがプルリクエスト、Issue、またはその両方で発生するかどうかを指定します。

Issue イベントオブジェクトの共通プロパティ

タイムラインイベント API でのみ使用可能なイベントを除いて、Issue イベントはすべて同じオブジェクト構造になっています。 一部のイベントには、イベントリソースに関するより多くのコンテキストを提供する追加のプロパティも含まれています。 このオブジェクト形式とは異なるプロパティの詳細については、特定のイベントを参照してください。

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

added_to_project

Issue またはプルリクエストがプロジェクトボードに追加された。 You only see this event in responses when project boards have been enabled in the repository.

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

Note: Project card details are now shown in REST API 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 site administrator.

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.
project_cardobjectThe project card object. project_id

アサイン

Issueまたはプルリクエストがユーザに割り当てられた。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.
assigneeobjectThe person unassigned from this issue. assigner

automatic_base_change_failed

GitHub がプルリクエストのベースブランチを自動的に変更しようとしたが失敗した。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • プルリクエスト
X

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

automatic_base_change_succeeded

GitHub がプルリクエストのベースブランチを自動的に変更しようとした。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • プルリクエスト
X

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

base_ref_changed

プルリクエストのベースリファレンスブランチが変更された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • プルリクエスト
X

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

closed

Issue またはプルリクエストがクローズされた。 commit_id が存在する場合、「closes / fixes」構文を使用して Issue をクローズしたコミットを識別します。 構文に関する詳しい情報については「プルリクエストを Issue にリンクする」を参照してください。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

コメント

Issue またはプルリクエストにコメントが追加された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
X

イベントオブジェクトのプロパティ

This events properties do not use the same structure as the issue event object common properties. The following properties are returned for this event.

名前種類説明
urlstringIssue コメントを取得する REST API URL。
html_urlstringIssue コメントの HTML URL。
issue_urlstringIssue の HTML URL。
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
ユーザオブジェクトこの Issue についてコメントしたユーザ。
created_atstringコメントの追加日時を示すタイムスタンプ。
updated_atstringコメントが更新されていない場合に、コメントの更新または作成日時を示すタイムスタンプ。
author_associationstringIssue のリポジトリでユーザが保持している権限。 たとえば、リポジトリの所有者がコメントを作成した場合、値は「OWNER」になります。
bodystringコメント本文テキスト。
eventstringイベントの値は "commented" です。
actorオブジェクトイベントを生成したユーザ。

committed

プルリクエストの HEAD ブランチにコミットが追加された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • プルリクエスト
X

イベントオブジェクトのプロパティ

This events properties do not use the same structure as the issue event object common properties. The following properties are returned for this event.

名前種類説明
shastringプルリクエスト内のコミットの SHA。
node_idstringイベントのグローバルノード ID
urlstringコミットを取得する REST API URL。
html_urlstringコミットの HTML URL。
作者オブジェクトコミットの作者。
コミッターオブジェクト作者に代わってコミットしたユーザ。
ツリーオブジェクトコミットの Git ツリー。
messagestringコミットメッセージ。
array of objects親コミットのリスト。
verficationオブジェクトコミットの署名の検証結果。 詳しい情報については、「署名検証オブジェクト」を参照してください。
eventstringイベントの値は "committed" です。

connected

Issue またはプルリクエストが、別の Issue またはプルリクエストにリンクされた。 詳しい情報については「プルリクエストを Issue にリンクする」を参照してください。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

convert_to_draft

プルリクエストがドラフトモードに変換された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

converted_note_to_issue

Issue がプロジェクトボードのメモを Issue に変換して作成された。 You only see this event in responses when project boards have been enabled in the repository.

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
XX

イベントオブジェクトのプロパティ

Note: Project card details are now shown in REST API 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 site administrator.

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.
project_cardobjectThe project card object. project_id

cross-referenced

Issue またはプルリクエストが、別の Issue またはプルリクエストから参照された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
X

イベントオブジェクトのプロパティ

This events properties do not use the same structure as the issue event object common properties. The following properties are returned for this event.

名前種類説明
actorオブジェクトイベントを生成したユーザ。
created_atstringクロスリファレンスの追加日時を示すタイムスタンプ。
updated_atstringクロスリファレンスが更新されていない場合、クロスリファレンスの更新または作成時期を示すタイムスタンプ。
資料オブジェクトクロスリファレンスを追加した Issue またはプルリクエスト。
source[type]stringプルリクエストは Issue タイプのため、この値は常に "issue" になります。 タイムラインイベント API では、Issue またはプルリクエストによってトリガーされたクロスリファレンスイベントのみが返されます。 イベントをトリガーした Issue がプルリクエストかどうかを判断するには、source[issue][pull_request オブジェクトの有無を確認します。
source[issue]オブジェクトクロスリファレンスを追加した issue オブジェクト。
eventstringイベントの値は "cross-referenced" です。

demilestoned

Issue またはプルリクエストがマイルストーンから削除された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.
milestoneobjectマイルストーンオブジェクト。 milestone[title]

deployed

プルリクエストがデプロイされた。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

deployment_environment_changed

プルリクエストのデプロイメント環境が変更された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • プルリクエスト
X

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

disconnected

Issue またはプルリクエストが、別の Issue またはプルリクエストからリンク解除された。 詳しい情報については「プルリクエストを Issue にリンクする」を参照してください。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

head_ref_deleted

プルリクエストの HEAD ブランチが削除された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

head_ref_restored

プルリクエストの HEAD ブランチが最後の既知のコミットに復元された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

labeled

Issue またはプルリクエストにラベルが追加された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.
labelobjectThe label removed from the issue label[name]

locked

Issue またはプルリクエストがロックされた。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

Note: You can now use the REST API to add a reason when you lock an issue, and you will see lock reasons in responses that include issues or pull requests. You will also see lock reasons in locked events. This feature is currently available for developers to preview. See the blog post for full details. To access this feature, you must provide a custom media type in the Accept header:

application/vnd.github.sailor-v-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 site administrator.

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.
lock_reasonstringIssue またはプルリクエストの会話がロックされた理由(提供されている場合)。

メンション

actor が Issue またはプルリクエストの本文で @mentioned された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

marked_as_duplicate

書き込み権限を持つユーザが、Issue を別の Issue の複製としてマークしたか、プルリクエストを別のプルリクエストの複製としてマークした。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

merged

プルリクエストがマージされた。 commit_id 属性は、マージされた HEAD コミットのSHA1 です。 commit_repository は、常にメインリポジトリと同じです。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • プルリクエスト
X

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

milestoned

Issue またはプルリクエストがマイルストーンに追加された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.
milestoneobjectマイルストーンオブジェクト。 milestone[title]

moved_columns_in_project

Issue またはプルリクエストがプロジェクトボードの列間で移動された。 You only see this event in responses when project boards have been enabled in the repository.

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

Note: Project card details are now shown in REST API 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 site administrator.

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.
project_cardobjectThe project card object. project_id
previous_column_namestringIssue の移動元の列の名前。

ピン止め済み

Issue がピン留めされた。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

ready_for_review

ドラフトモードではないプルリクエストが作成された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

referenced

Issue がコミットメッセージから参照された。 commit_id 属性は、発生した場所のコミット SHA1 であり、commit_repository は、そのコミットがプッシュされた場所です。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

removed_from_project

Issue またはプルリクエストがプロジェクトボードから削除された。 You only see this event in responses when project boards have been enabled in the repository.

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

Note: Project card details are now shown in REST API 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 site administrator.

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.
project_cardobjectThe project card object. project_id

renamed

Issue またはプルリクエストのタイトルが変更された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.
renameobject名前の詳細。 rename[from]

reopened

Issue またはプルリクエストが再開された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

review_dismissed

プルリクエストのレビューが却下された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.
dismissed_reviewobjectThe information for the dismissed review. dismissed_review[state]

review_requested

プルリクエストのレビューがリクエストされた。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.
requested_reviewerobjectThe person requested to review the pull request. review_requester

review_request_removed

プルリクエストのレビューリクエストが削除された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.
requested_reviewerobjectThe person requested to review the pull request. review_requester

reviewed

プルリクエストがレビューされた。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • プルリクエスト
X

イベントオブジェクトのプロパティ

This events properties do not use the same structure as the issue event object common properties. The following properties are returned for this event.

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
ユーザオブジェクトこの Issue についてコメントしたユーザ。
bodystringレビューの概要テキスト。
commit_idstringレビュー時のプルリクエストの最新コミットの SHA。
submitted_atstringレビューの送信日時を示すタイムスタンプ。
statestringサブミットされたレビューの状態。 commentedchanges_requestedapproved のいずれかになります。
html_urlstringレビューの HTML URL。
pull_request_urlstringプルリクエストを取得する REST API URL。
author_associationstringIssue のリポジトリでユーザが保持している権限。 たとえば、リポジトリの所有者がコメントを作成した場合、値は「OWNER」になります。
_linksオブジェクトhtml_url および pull_request_url
eventstringイベントの値は "reviewed" です。

subscribed

誰かが Issue またはプルリクエストの通知を受信するようにサブスクライブした。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

transferred

Issue が別のリポジトリに転送された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

unassigned

ユーザが Issue から割り当て解除された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.
assigneeobjectThe person unassigned from this issue. assigner

unlabeled

Issue からラベルが削除された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.
labelobjectThe label removed from the issue label[name]

unlocked

Issue がロック解除された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

Note: You can now use the REST API to add a reason when you lock an issue, and you will see lock reasons in responses that include issues or pull requests. You will also see lock reasons in locked events. This feature is currently available for developers to preview. See the blog post for full details. To access this feature, you must provide a custom media type in the Accept header:

application/vnd.github.sailor-v-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 site administrator.

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.
lock_reasonstringIssue またはプルリクエストの会話がロックされた理由(提供されている場合)。

unmarked_as_duplicate

ユーザが以前に別の Issue の複製としてマークした Issue が重複と見なされなくなった。または、ユーザが以前に別のプルリクエストの複製としてマークしたプルリクエストが重複と見なされなくなった。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

unpinned

Issue がピン留め解除された。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
XX

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.

サブスクライブ解除

誰かが Issue またはプルリクエストの通知を受信しないようにサブスクライブ解除した。

利用の可否

Issue タイプIssue イベント APIタイムラインイベント API
  • 問題
  • プルリクエスト
X

イベントオブジェクトのプロパティ

名前種類説明
idintegerイベントの一意の識別子。
node_idstringイベントのグローバルノード ID
urlstringThe REST API URL for fetching the event.
actorオブジェクトイベントを生成したユーザ。
eventstringIdentifies the actual type of event that occurred.
commit_idstringThe SHA of the commit that referenced this issue.
commit_urlstringThe GitHub REST API link to the commit that referenced this issue.
created_atstringThe timestamp indicating when the event occurred.