list_repo_issues: List Issues in a Repository

Description Usage Arguments

Description

List Issues in a Repository

Usage

1
2
3
list_repo_issues(owner, repo, milestone = "*", state = "open",
  assignee = "*", creator = NULL, mentioned = NULL, labels = NULL,
  sort = "created", direction = "asc", since = NULL)

Arguments

owner

The owner of the repository. In a repo name, it would be the part before the slash.

repo

The name of the repository

milestone

If an integer is passed, it should refer to a milestone by its number field. If the string * is passed, issues with any milestone are accepted. If the string none is passed, issues without milestones are returned.

state

The state of the milestone. Either open, closed, or all.

assignee

Can be the name of a user. Pass in none for issues with no assigned user, and * for issues assigned to any user.

creator

The user that created the issue.

mentioned

A user that's mentioned in the issue.

labels

A list of comma separated label names. Example: bug,ui,@high

sort

What to sort results by. Can be either created, updated, comments. Default: created

direction

The direction of the sort. Either asc or desc.

since

Only issues updated at or after this time are returned. Format is YYYY-MM-DD


hairizuanbinnoorazman/githubR documentation built on May 17, 2019, 2:25 p.m.