このバージョンの GitHub Enterprise はこの日付をもって終了となりました: 2023-03-15. 重大なセキュリティの問題に対してであっても、パッチリリースは作成されません。 パフォーマンスの向上、セキュリティの向上、新機能の向上を図るために、最新バージョンの GitHub Enterprise にアップグレードします。 アップグレードに関するヘルプについては、GitHub Enterprise サポートにお問い合わせください。
サイト管理者が Enterprise Server インスタンスを Enterprise Server 3.9 以降にアップグレードすると、REST API はバージョン管理されます。 インスタンスのバージョンを検索する方法については、「GitHub Docs のバージョンについて」を参照してください。 詳細については、「API のバージョン管理について」を参照してください。
issue
REST API を使うと、Issue にアサインされた人、コメント、ラベル、マイルストーンを含め、Issue の表示と管理ができます。
- issue
- List issues assigned to the authenticated user
- List organization issues assigned to the authenticated user
- List repository issues
- Create an issue
- Get an issue
- Update an issue
- Lock an issue
- Unlock an issue
- List user account issues assigned to the authenticated user
- Issue にアサインされた人
- List assignees
- Check if a user can be assigned
- Add assignees to an issue
- Remove assignees from an issue
- Check if a user can be assigned to a issue
- Issueのコメント
- List issue comments for a repository
- Get an issue comment
- Update an issue comment
- Delete an issue comment
- List issue comments
- Create an issue comment
- issue イベント
- ラベル
- List labels for an issue
- Add labels to an issue
- Set labels for an issue
- Remove all labels from an issue
- Remove a label from an issue
- List labels for a repository
- Create a label
- Get a label
- Update a label
- Delete a label
- List labels for issues in a milestone
- マイルストーン
- タイムラインイベント