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

Involve users and teams

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

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

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

Labels can also specify dynamic dates as follows.

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

Below are the filters for the classic project.

Any keywords

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

Last updated