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.
Indicates the state of the issues to return. Can be either open
, closed
, or all
.
Allowed values:openclosedall
Default:open
Can be the name of a user. Pass in none
for issues with no assigned user, and *
for issues assigned to any user.
The user that created the issue.
A user that’s mentioned in the issue.
A list of comma separated label names. Example: bug,ui,@high
What to sort results by. Can be either created
, updated
, comments
.
Allowed values:createdupdatedcomments
Default:created
One of asc
(ascending) or desc
(descending).
Allowed values:ascdesc
Default:desc
Only show notifications updated after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
Results per page (max 100)
Default:30
Page number of the results to fetch.
Default:1