Skip to main content

assignees

Overview

Nameassignees
TypeResource
Idgithub.issues.assignees

Fields

NameDatatype
idinteger
namestring
avatar_urlstring
emailstring
events_urlstring
followers_urlstring
following_urlstring
gists_urlstring
gravatar_idstring
html_urlstring
loginstring
node_idstring
organizations_urlstring
received_events_urlstring
repos_urlstring
site_adminboolean
starred_atstring
starred_urlstring
subscriptions_urlstring
typestring
urlstring

Methods

NameAccessible byRequired ParamsDescription
list_assigneesSELECTowner, repoLists the available assignees for issues in a repository.
add_assigneesINSERTissue_number, owner, repoAdds up to 10 assignees to an issue. Users already assigned to an issue are not replaced.
remove_assigneesDELETEissue_number, owner, repoRemoves one or more assignees from an issue.
check_user_can_be_assignedEXECassignee, owner, repoChecks if a user has permission to be assigned to an issue in this repository.

If the assignee can be assigned to issues in the repository, a 204 header with no content is returned.

Otherwise a 404 status code is returned.
check_user_can_be_assigned_to_issueEXECassignee, issue_number, owner, repoChecks if a user has permission to be assigned to a specific issue.

If the assignee can be assigned to this issue, a 204 status code with no content is returned.

Otherwise a 404 status code is returned.