Adds up to 10 assignees to an issue. Users already assigned to an issue are not replaced.
Add assignees to an issue
Arguments
key owner owner [scalar]
The account owner of the repository. The name is not case sensitive.
API:
Github Open API
(version: 1.1.4)
key repo repo [scalar]
The name of the repository. The name is not case sensitive.
API:
Github Open API
(version: 1.1.4)
key issue-number issue-number [scalar]
The number that identifies the issue.
API:
Github Open API
(version: 1.1.4)
Returns
201 application/json issue issue [object]
Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.
Attributes
Number uniquely identifying the issue within its repository
State of the issue; either 'open' or 'closed'
The reason for the current state
API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)