See the Issues API documentation for more information.
Methods
-
Create(Int64,
New Creates an issue for the specified repository. Any user with pull access to a repository can create an issue.Issue) -
Create(String,
String, Creates an issue for the specified repository. Any user with pull access to a repository can create an issue.New Issue) -
Get(Int64,
Int32) Gets a single Issue by number. -
Get(String,
String, Gets a single Issue by number.Int32) -
Get
All Gets all open issues assigned to the authenticated user across all the authenticated user’s visible repositories including owned repositories, member repositories, and organization repositories.For Current() -
Get
All Gets all open issues assigned to the authenticated user across all the authenticated user’s visible repositories including owned repositories, member repositories, and organization repositories.For Current(Api Options) -
Get
All Gets all issues across all the authenticated user’s visible repositories including owned repositories, member repositories, and organization repositories.For Current(Issue Request) -
Get
All Gets all issues across all the authenticated user’s visible repositories including owned repositories, member repositories, and organization repositories.For Current(Issue Request, Api Options) -
Get
All Gets all open issues assigned to the authenticated user for a given organization for the authenticated user.For Organization(String) -
Get
All Gets all open issues assigned to the authenticated user for a given organization for the authenticated user.For Organization(String, Api Options) -
Get
All Gets all issues for a given organization for the authenticated user.For Organization(String, Issue Request) -
Get
All Gets all issues for a given organization for the authenticated user.For Organization(String, Issue Request, Api Options) -
Get
All Gets all open issues assigned to the authenticated user across owned and member repositories for the authenticated user.For Owned And Member Repositories() -
Get
All Gets all open issues assigned to the authenticated user across owned and member repositories for the authenticated user.For Owned And Member Repositories(Api Options) -
Get
All Gets all issues across owned and member repositories for the authenticated user.For Owned And Member Repositories(Issue Request) -
Get
All Gets all issues across owned and member repositories for the authenticated user.For Owned And Member Repositories(Issue Request, Api Options) -
Get
All Gets all open issues assigned to the authenticated user for the repository.For Repository(Int64) -
Get
All Gets all open issues assigned to the authenticated user for the repository.For Repository(Int64, Api Options) -
Get
All Gets issues for a repository.For Repository(Int64, Repository Issue Request) -
Get
All Gets issues for a repository.For Repository(Int64, Repository Issue Request, Api Options) -
Get
All Gets all open issues assigned to the authenticated user for the repository.For Repository(String, String) -
Get
All Gets all open issues assigned to the authenticated user for the repository.For Repository(String, String, Api Options) -
Get
All Gets issues for a repository.For Repository(String, String, Repository Issue Request) -
Get
All Gets issues for a repository.For Repository(String, String, Repository Issue Request, Api Options) -
Lock(Int64,
Int32) Locks an issue for the specified repository. Issue owners and users with push access can lock an issue. -
Lock(String,
String, Locks an issue for the specified repository. Issue owners and users with push access can lock an issue.Int32) -
Unlock(Int64,
Int32) Unlocks an issue for the specified repository. Issue owners and users with push access can unlock an issue. -
Unlock(String,
String, Unlocks an issue for the specified repository. Issue owners and users with push access can unlock an issue.Int32) -
Update(Int64,
Int32, Updates an issue for the specified repository. Any user with pull access to a repository can update an issue.Issue Update) -
Update(String,
String, Updates an issue for the specified repository. Any user with pull access to a repository can update an issue.Int32, Issue Update)
Properties
- Assignee Client for managing assignees.
- Comment Client for managing comments.
- Events Client for reading various event information associated with issues/pull requests. This is useful both for display on issue/pull request information pages and also to determine who should be notified of comments.
- Labels Client for managing labels.
- Milestone Client for managing milestones.
- Timeline