1
0
mirror of synced 2025-12-22 19:34:15 -05:00
Files
docs/content/rest/reference/issues.md
Vanessa Yuen 3df90fc9b8 Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00

2.8 KiB

title, redirect_from, versions
title redirect_from versions
Issues
/v3/issues
free-pro-team enterprise-server
* *

Custom media types for issues

These are the supported media types for issues.

application/vnd.github.VERSION.raw+json
application/vnd.github.VERSION.text+json
application/vnd.github.VERSION.html+json
application/vnd.github.VERSION.full+json

For more information about media types, see "Custom media types."

{% for operation in currentRestOperations %} {% unless operation.subcategory %}{% include rest_operation %}{% endunless %} {% endfor %}

Assignees

{% for operation in currentRestOperations %} {% if operation.subcategory == 'assignees' %}{% include rest_operation %}{% endif %} {% endfor %}

Comments

The Issue Comments API supports listing, viewing, editing, and creating comments on issues and pull requests.

Issue Comments use these custom media types. You can read more about the use of media types in the API here.

{% for operation in currentRestOperations %} {% if operation.subcategory == 'comments' %}{% include rest_operation %}{% endif %} {% endfor %}

Events

The Issue Events API can return different types of events triggered by activity in issues and pull requests. For more information about the specific events that you can receive from the Issue Events API, see "Issue event types." An events API for GitHub activity outside of issues and pull requests is also available. For more information, see the "Events API."

{% for operation in currentRestOperations %} {% if operation.subcategory == 'events' %}{% include rest_operation %}{% endif %} {% endfor %}

Labels

{% for operation in currentRestOperations %} {% if operation.subcategory == 'labels' %}{% include rest_operation %}{% endif %} {% endfor %}

Milestones

{% for operation in currentRestOperations %} {% if operation.subcategory == 'milestones' %}{% include rest_operation %}{% endif %} {% endfor %}

Timeline

The Timeline Events API can return different types of events triggered by timeline activity in issues and pull requests. For more information about the specific events that you can receive from the Issue Events API, see "Issue event types." An events API for GitHub activity outside of issues and pull requests is also available. For more information, see the "GitHub Events API."

You can use this API to display information about issues and pull request or determine who should be notified of issue comments.

{% for operation in currentRestOperations %} {% if operation.subcategory == 'timeline' %}{% include rest_operation %}{% endif %} {% endfor %}