Filter Stream
This is a reference for the filters available in Filter Stream.
Filter Stream filters the Stream's issues and displays them.
Filter Streams are added from the Add Filter Stream
menu in the Stream menu. Or, to create a top-level stream, add it from the Add Filter Stream top-level
menu. It is also possible to apply a Filter temporarily.
The filters available in the Filter Stream are pretty much the same as in the Stream, but note that some of them are slightly different.
State of issues
Filter | description |
---|---|
| Issues only, pull requests only |
| Opened issues, closed issues |
| Merged issues, unmerged issues |
| Draft issues, not draft issues |
| Read issues, unread issues |
| Bookmarked issues, not bookmarked issue |
| Archived issues, not archived issues |
| Private repository issues, not private repository issues |
Involve users and teams
Filter | description |
---|---|
| User involved issues |
| User created issues |
| User assigned issues |
| User mentioned issues |
| Team mentioned issues |
Multiple filters of the same type can be specified as 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.
Pull requests review
Filter | description |
---|---|
| Pull requests where the user/team has requested a review |
| User reviewed pull requests |
Specifying multiple queries of the same type is an OR condition. For example, review-requested:defunkt review-requested:jlord
is pull requests where defunkt
or jlord
is the review request.
Repository and Organization
Filter | description |
---|---|
| Repository issues |
| Organization issues |
| User issues |
Specifying multiple queries of the same type is an OR condition. For example, repo:nodejs/node repo:electron/electron
is issues of nodejs/node
or electron/electron
.
Label, milestone, etc
Filter | description |
---|---|
| Labeled issues % matches any string |
| Milestone issues % matches any string |
| Issue with specified title % matches any string |
| Issue number |
Labels can also specify dynamic dates as follows.
Filter | Description (assuming today is 2022-08-16) |
---|---|
|
|
| The |
| The |
| Following |
Specifying multiple queries of the same type is an OR condition. For example, milestone:v1.0.0.0 milestone:v2.0.0
is issues 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 quotation marks, such as label: "hello world"
.
GitHub Project
Filter | description |
---|---|
| Issue whose status field is ToDo |
| Issue whose sprint field is the current iteration. |
| Issue where the foo field is bar |
Below are the filters for the classic project.
Filter | description |
---|---|
| Issues tied to the project |
| Issue tied to project column |
Any keywords
Filter | description |
---|---|
| Issues containing the keywords (AND conditions) |
To include spaces, use double quotation marks, such as "hello world"
.
Search keywords in issue body, author, assignee, label, milestone, repository, org, involves, review-requested, review, project-name and project-columns.
OR and NOT are not supported.
Exclusion and missing
Filter | Condition |
---|---|
and more | Issues that do not contain the specified conditions |
| Labels, Milestones, Assignments, and An issue with no project set up |
| Labels, Milestones, Assignments, and An issue with project set up |
Last updated