List a repository's issues
Path parameters
owner of the repo
name of the repo
Query parameters
whether issue is open or closed
comma separated list of label names. Fetch only issues that have any of this label names. Non existent labels are discarded.
search string
filter by type (issues / pulls) if set
comma separated list of milestone names or ids. It uses names and fall back to ids. Fetch only issues that have any of this milestones. Non existent milestones are discarded
Only show items updated after the given time. This is a timestamp in RFC 3339 format
Only show items updated before the given time. This is a timestamp in RFC 3339 format
Only show items which were created by the given user
Only show items for which the given user is assigned
Only show items in which the given user was mentioned
page number of results to return (1-based)
page size of results
Response
IssueList
Example response
[
{
"labels": [
{
"color": "00aabb"
}
]
}
]