Stream
A query reference that can be used for Stream.
Last updated
A query reference that can be used for Stream.
Last updated
Streams can be added from the Add Stream
menu.
The queries available in Stream are fully compatible with GitHub Search queries. See "Searching issues and pull requests - github.com"and "Understanding the search syntax - github.com" for all GitHub Search queries and syntax.
Query | description |
| Issue only, pull request only |
not recommended | Opened issues, closed issues |
not recommended | Merged issues, unmerged issues |
not recommended | Draft issues, not draft issues |
Open, merge and draft state queries are not recommended. If you use these queries, use Filter Stream. See here for more information.
Query | description |
| User involved issues |
| User created issues |
| User assigned issues |
| User mentioned issues |
| User commented issues |
| Team mentioned issues |
Multiple queries of the same type become OR conditions. For example, Involves:defunkt involves:jlord
is issues involving defunkt
or jlord
.
involves
as well as author
, assignee
, mentions
, commenter
, and review-requested
all together.
Query | description |
| Pull requests where the user has requested a review |
| Pull requests for which the team has requested a review |
| User reviewed pull requests |
| Approved pull requests, Changes requested pull requests |
Multiple queries of the same type become OR conditions. For example, review-requested:defunkt review-requested:jlord
is pull requests where defunk
or jlord
is the review request.
Query | description |
| Repository issues |
| Organization issues |
| User issues |
Multiple queries of the same type will result in OR conditions. For example, repo:nodejs/node repo:electron/electron
is issues nodejs/node
or electron/electron
.
Query | description |
| Labeled issues |
| Milestone issues |
| Organization project issues |
| Repository project issues |
More than one query of the same type is an OR condition. For example, milestone:v1.0.0.0 milestone:v2.0.0
is an issue with a v1.0.0
or v2.0.0.0
milestone. However, this is an AND condition for labels.
A label or milestone containing spaces should be enclosed in double quotes, such as label: "hello world"
.
Query | description |
| Issues containing the keywords (AND conditions) |
| Issues containing the keyword (OR condition) |
| Issues containing the keywords (NOT conditions) |
To include spaces, use double quotation marks, such as "hello world"
.
AND, OR, and NOT can only contain up to five query lengths. See "Limitations on query length - github.com" for more information.
Query | description |
and more | Issues that do not contain the specified conditions |
| Labels, Milestones, Assignments, and An issue with no project set up |