You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/v3/issues.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Name | Type | Description
52
52
-----|------|--------------
53
53
`milestone`|`integer` or`string`| If an`integer` is passed, it should refer to a milestone number. If the string`*` is passed, issues with any milestone are accepted. If the string`none` is passed, issues without milestones are returned.
54
54
`state`|`string`| Indicates the state of the issues to return. Can be either`open`,`closed`, or`all`. Default:`open`
55
-
`assignee`|`string`| Can be the name of a user. Pass in`none` for issues with no assigned user, and`*` for issues assigned to any user. Default:`*`
55
+
`assignee`|`string`| Can be the name of a user. Pass in`none` for issues with no assigned user, and`*` for issues assigned to any user.
56
56
`creator`|`string`| The user that created the issue.
57
57
`mentioned`|`string`| A user that's mentioned in the issue.
58
58
`labels`|`string`| A list of comma separated label names. Example:`bug,ui,@high`