Magidoc

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.

createdBy

List issues created by given name.

labels

[ String !]

List issues where the list of label names exist on the issue.

mentioned

List issues where the given name is mentioned in the issue.

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.

since

List issues that have been updated at or after the given date.

states

List issues filtered by the list of states given.

viewerSubscribed

List issues subscribed to by viewer.

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