IssueFilters Input Object
Ways in which to filter lists of issues.
Fields
#
assignee
List issues assigned to given name. Pass in null for issues with no assigned
user, and * for issues assigned to any user.
milestone
List issues by given milestone argument. If an string representation of an
integer is passed, it should refer to a milestone by its database ID. Pass in
null for issues with no milestone, and * for issues that are assigned to any milestone.
milestoneNumber
List issues by given milestone argument. If an string representation of an
integer is passed, it should refer to a milestone by its number field. Pass in
null for issues with no milestone, and * for issues that are assigned to any milestone.
Usages
#
References
#
- Argument filterBy of field issues from type Label
- Argument filterBy of field issues from type Milestone
- Argument filterBy of field issues from type Repository
Previous
IssueEdge
Next
IssueOrPullRequest
