Noizu.Github.Api.Issues (Noizu Labs: Github API v0.5.0)

GitHub issues API.

Link to this section Summary

Functions

Add a dependency an issue is blocked by

List issues assigned to the authenticated user

List issue comments for a repository

List dependencies an issue is blocked by

List dependencies an issue is blocking

List issue events for a repository

List timeline events for an issue

List user account issues assigned to the authenticated user

List organization issues assigned to the authenticated user

List repository issues

List labels for issues in a milestone

List labels for a repository

Remove all labels from an issue

Link to this section Functions

Link to this function

add_assignees(issue_number, body, options \\ nil)

Add assignees to an issue

@see https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue

Link to this function

add_blocked_by_dependency(issue_number, body, options \\ nil)

Add a dependency an issue is blocked by

@see https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by

Link to this function

add_issue_field_values(issue_number, body, options \\ nil)

Add issue field values to an issue

@see https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue

Link to this function

add_labels(issue_number, body, options \\ nil)

Add labels to an issue

@see https://docs.github.com/rest/issues/labels#add-labels-to-an-issue

Link to this function

add_sub_issue(issue_number, body, options \\ nil)

Add sub-issue

@see https://docs.github.com/rest/issues/sub-issues#add-sub-issue

Link to this function

check_user_can_be_assigned(assignee, options \\ nil)

Check if a user can be assigned

@see https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned

Link to this function

check_user_can_be_assigned_to_issue(issue_number, assignee, options \\ nil)

Check if a user can be assigned to a issue

@see https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue

Link to this function

create(body, options \\ nil)

Create an issue

@see https://docs.github.com/rest/issues/issues#create-an-issue

Link to this function

create_comment(issue_number, body, options \\ nil)

Create an issue comment

@see https://docs.github.com/rest/issues/comments#create-an-issue-comment

Link to this function

create_label(body, options \\ nil)

Create a label

@see https://docs.github.com/rest/issues/labels#create-a-label

Link to this function

create_milestone(body, options \\ nil)

Create a milestone

@see https://docs.github.com/rest/issues/milestones#create-a-milestone

Link to this function

delete_comment(comment_id, options \\ nil)

Delete an issue comment

@see https://docs.github.com/rest/issues/comments#delete-an-issue-comment

Link to this function

delete_issue_field_value(issue_number, issue_field_id, options \\ nil)

Delete an issue field value from an issue

@see https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue

Link to this function

delete_label(name, options \\ nil)

Delete a label

@see https://docs.github.com/rest/issues/labels#delete-a-label

Link to this function

delete_milestone(milestone_number, options \\ nil)

Delete a milestone

@see https://docs.github.com/rest/issues/milestones#delete-a-milestone

Link to this function

get(issue_number, options \\ nil)

Get an issue

@see https://docs.github.com/rest/issues/issues#get-an-issue

Link to this function

get_comment(comment_id, options \\ nil)

Get an issue comment

@see https://docs.github.com/rest/issues/comments#get-an-issue-comment

Link to this function

get_event(event_id, options \\ nil)

Get an issue event

@see https://docs.github.com/rest/issues/events#get-an-issue-event

Link to this function

get_label(name, options \\ nil)

Get a label

@see https://docs.github.com/rest/issues/labels#get-a-label

Link to this function

get_milestone(milestone_number, options \\ nil)

Get a milestone

@see https://docs.github.com/rest/issues/milestones#get-a-milestone

Link to this function

get_parent(issue_number, options \\ nil)

Get parent issue

@see https://docs.github.com/rest/issues/sub-issues#get-parent-issue

Link to this function

list(options \\ nil)

List issues assigned to the authenticated user

@see https://docs.github.com/rest/issues/issues#list-issues-assigned-to-the-authenticated-user

Link to this function

list_assignees(options \\ nil)

List assignees

@see https://docs.github.com/rest/issues/assignees#list-assignees

Link to this function

list_comments(issue_number, options \\ nil)

List issue comments

@see https://docs.github.com/rest/issues/comments#list-issue-comments

Link to this function

list_comments_for_repo(options \\ nil)

List issue comments for a repository

@see https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository

Link to this function

list_dependencies_blocked_by(issue_number, options \\ nil)

List dependencies an issue is blocked by

@see https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by

Link to this function

list_dependencies_blocking(issue_number, options \\ nil)

List dependencies an issue is blocking

@see https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking

Link to this function

list_events(issue_number, options \\ nil)

List issue events

@see https://docs.github.com/rest/issues/events#list-issue-events

Link to this function

list_events_for_repo(options \\ nil)

List issue events for a repository

@see https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository

Link to this function

list_events_for_timeline(issue_number, options \\ nil)

List timeline events for an issue

@see https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue

Link to this function

list_for_authenticated_user(options \\ nil)

List user account issues assigned to the authenticated user

@see https://docs.github.com/rest/issues/issues#list-user-account-issues-assigned-to-the-authenticated-user

Link to this function

list_for_org(org, options \\ nil)

List organization issues assigned to the authenticated user

@see https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user

Link to this function

list_for_repo(options \\ nil)

List repository issues

@see https://docs.github.com/rest/issues/issues#list-repository-issues

Link to this function

list_issue_field_values_for_issue(issue_number, options \\ nil)

List issue field values for an issue

@see https://docs.github.com/rest/issues/issue-field-values#list-issue-field-values-for-an-issue

Link to this function

list_labels_for_milestone(milestone_number, options \\ nil)

List labels for issues in a milestone

@see https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone

Link to this function

list_labels_for_repo(options \\ nil)

List labels for a repository

@see https://docs.github.com/rest/issues/labels#list-labels-for-a-repository

Link to this function

list_labels_on_issue(issue_number, options \\ nil)

List labels for an issue

@see https://docs.github.com/rest/issues/labels#list-labels-for-an-issue

Link to this function

list_milestones(options \\ nil)

List milestones

@see https://docs.github.com/rest/issues/milestones#list-milestones

Link to this function

list_sub_issues(issue_number, options \\ nil)

List sub-issues

@see https://docs.github.com/rest/issues/sub-issues#list-sub-issues

Link to this function

lock(issue_number, body, options \\ nil)

Lock an issue

@see https://docs.github.com/rest/issues/issues#lock-an-issue

Link to this function

pin_comment(comment_id, body, options \\ nil)

Pin an issue comment

@see https://docs.github.com/rest/issues/comments#pin-an-issue-comment

Link to this function

remove_all_labels(issue_number, options \\ nil)

Remove all labels from an issue

@see https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue

Link to this function

remove_assignees(issue_number, body, options \\ nil)

Remove assignees from an issue

@see https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue

Link to this function

remove_dependency_blocked_by(issue_number, issue_id, options \\ nil)

Remove dependency an issue is blocked by

@see https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by

Link to this function

remove_label(issue_number, name, options \\ nil)

Remove a label from an issue

@see https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue

Link to this function

remove_sub_issue(issue_number, body, options \\ nil)

Remove sub-issue

@see https://docs.github.com/rest/issues/sub-issues#remove-sub-issue

Link to this function

reprioritize_sub_issue(issue_number, body, options \\ nil)

Reprioritize sub-issue

@see https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue

Link to this function

set_issue_field_values(issue_number, body, options \\ nil)

Set issue field values for an issue

@see https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue

Link to this function

set_labels(issue_number, body, options \\ nil)

Set labels for an issue

@see https://docs.github.com/rest/issues/labels#set-labels-for-an-issue

Link to this function

unlock(issue_number, options \\ nil)

Unlock an issue

@see https://docs.github.com/rest/issues/issues#unlock-an-issue

Link to this function

unpin_comment(comment_id, options \\ nil)

Unpin an issue comment

@see https://docs.github.com/rest/issues/comments#unpin-an-issue-comment

Link to this function

update(issue_number, body, options \\ nil)

Update an issue

@see https://docs.github.com/rest/issues/issues#update-an-issue

Link to this function

update_comment(comment_id, body, options \\ nil)

Update an issue comment

@see https://docs.github.com/rest/issues/comments#update-an-issue-comment

Link to this function

update_label(name, body, options \\ nil)

Update a label

@see https://docs.github.com/rest/issues/labels#update-a-label

Link to this function

update_milestone(milestone_number, body, options \\ nil)

Update a milestone

@see https://docs.github.com/rest/issues/milestones#update-a-milestone