1
0
mirror of synced 2026-01-01 09:04:46 -05:00
Files
docs/translations/ru-RU/content/rest/reference/issues.md
Chiedo John 1e6714192b Crowdin translations (translation-batch-1606831598) (#16683)
* New Crowdin translations by Github Action

* Reset translations with known issues to english

* Revert broken translations

* Reset broken translated file

* Revert broken translations

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
2020-12-01 15:15:47 +00:00

2.9 KiB

title, redirect_from, versions
title redirect_from versions
Вопросы
/v3/issues
free-pro-team enterprise-server github-ae
* * *

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 %}

Комментарии

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 %}

События

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 %}