Stream
A query reference that can be used for Stream.
Last updated
Was this helpful?
A query reference that can be used for Stream.
Last updated
Was this helpful?
Streams can be added from the Add Stream
menu.
Query
description
is:issue
, is:pr
Issue only, pull request only
is:open
, is:closed
not recommended
Opened issues, closed issues
is:merged
, is:unmerged
not recommended
Merged issues, unmerged issues
draft:true
, draft:false
not recommended
Draft issues, not draft issues
Query
description
involves:defunkt
User involved issues
author:defunkt
User created issues
assignee:defunkt
User assigned issues
mentions:defunkt
User mentioned issues
commenter:defunkt
User commented issues
team:github/owners
Team mentioned issues
Query
description
review-requested:defunkt
Pull requests where the user has requested a review
team-review-requested:github/owners
Pull requests for which the team has requested a review
reviewed-by:defunkt
User reviewed pull requests
review:approved
, review:changes_requested
Approved pull requests,
Changes requested pull requests
Query
description
repo:nodejs/node
Repository issues
org:nodejs
Organization issues
user:defunkt
User issues
Query
description
label:bug
Labeled issues
milestone:v1.0.0
Milestone issues
project:github/57
Organization project issues
project:github/linguist/1
Repository project issues
Query
description
github octocat
Issues containing the keywords (AND conditions)
github OR octocat
Issues containing the keyword (OR condition)
github NOT octocat
Issues containing the keywords (NOT conditions)
Query
description
-label:bug
-milestone:v0.0.1
-repo:nodejs/node
-involves:defunk
and more
Issues that do not contain the specified conditions
no:label
no:milestone
no:assignee
no:project
Labels, Milestones, Assignments,
and An issue with no project set up
Open, merge and draft state queries are not recommended. If you use these queries, use Filter Stream. See for more information.
AND, OR, and NOT can only contain up to five query lengths. See "" for more information.