Search for issues across the repositories that the user has access to
Query parameters
State of the issue
Comma-separated list of label names. Fetch only issues that have any of these labels. Non existent labels are discarded.
Comma-separated list of milestone names. Fetch only issues that have any of these milestones. Non existent milestones are discarded.
Search string
Filter by issue type
Only show issues updated after the given time (RFC 3339 format)
Only show issues updated before the given time (RFC 3339 format)
Filter issues or pulls assigned to the authenticated user
Filter issues or pulls created by the authenticated user
Filter issues or pulls mentioning the authenticated user
Filter pull requests where the authenticated user's review was requested
Filter pull requests reviewed by the authenticated user
Filter by repository owner
Only show items which were created by the given user
Filter by team (requires organization owner parameter)
Page number of results to return (1-based)
Number of items per page
Response
IssueList
Example response
[
{
"labels": [
{
"color": "00aabb"
}
]
}
]