The REST API is now versioned. For more information, see "About API versioning."
REST API endpoints for issue dependencies
Use the REST API to view, add, and remove issue dependencies.
List dependencies an issue is blocked by
You can use the REST API to list the dependencies an issue is blocked by.
This endpoint supports the following custom media types. For more information, see Media types.
application/vnd.github.raw+json: Returns the raw Markdown body. Response will includebody. This is the default if you do not pass any specific media type.application/vnd.github.text+json: Returns a text only representation of the Markdown body. Response will includebody_text.application/vnd.github.html+json: Returns HTML rendered from the body's Markdown. Response will includebody_html.application/vnd.github.full+json: Returns raw, text, and HTML representations. Response will includebody,body_text, andbody_html.
Fine-grained access tokens for "List dependencies an issue is blocked by"
This endpoint works with the following fine-grained token types:
- GitHub App user access tokens
- GitHub App installation access tokens
- Fine-grained personal access tokens
The fine-grained token must have the following permission set: