Skip to main content

assignees

Overview

Nameassignees
TypeResource
Idgithub.issues.assignees

Fields

NameDatatype
idinteger
namestring
following_urlstring
html_urlstring
starred_atstring
loginstring
starred_urlstring
typestring
organizations_urlstring
subscriptions_urlstring
urlstring
received_events_urlstring
emailstring
avatar_urlstring
site_adminboolean
repos_urlstring
gists_urlstring
gravatar_idstring
node_idstring
events_urlstring
followers_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.