Filter Stream
This is a reference for the filters available in Filter Stream.
Last updated
Was this helpful?
This is a reference for the filters available in Filter Stream.
Last updated
Was this helpful?
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.
is:issue
, is:pr
Issues only, pull requests only
is:open
, is:closed
Opened issues, closed issues
is:merged
, is:unmerged
Merged issues, unmerged issues
draft:true
, draft:false
Draft issues, not draft issues
is:read
, is:unread
Read issues, unread issues
is:bookmark
, is:unbookmark
Bookmarked issues, not bookmarked issue
is:archived
, is:unarchived
Archived issues, not archived issues
is:private
, is:unprivate
Private repository issues, not private repository issues
involves:defunkt
User involved issues
author:defunkt
User created issues
assignee:defunkt
User assigned issues
mentions:defunkt
User mentioned issues
team:github/owners
Team mentioned issues
review-requested:defunkt
Pull requests where the user/team has requested a review
reviewed-by:defunkt
User reviewed pull requests
repo:nodejs/node
Repository issues
org:nodejs
Organization issues
user:defunkt
User issues
label:bug
, label:bug-%
Labeled issues % matches any string
milestone:v1.0.0
, milestone:v2.0.%
Milestone issues % matches any string
title:test
, title:%test%
Issue with specified title % matches any string
number:123
Issue number
Labels can also specify dynamic dates as follows.
label:release_@current_date
@current_date
is replaced by the current date. In other words, label:release_2022%08%16
is executed as a filter.
label:release_@prev_date
The @prev_date
is replaced by yesterday's date. In other words, label:release_2022%08%15
is executed as a filter.
label:release_@next_date
The @next_date
is replaced by tomorrow's date. In other words, label:release_2022%08%17
is executed as a filter.
label:release_@current_date+1
, label:release_@current_date-1
Following @current_date
with +1
or -1
replaces the date relative to the current date. So the filter will run label:release_2022%08%17
or label:release_2022%08%15
.
project-field:status/ToDo
Issue whose status field is ToDo
project-field:sprint/@current_iteration
Issue whose sprint field is the current iteration.
project-field:foo/bar
Issue where the foo field is bar
Below are the filters for the classic project.
project-name:hello-pj
(classic project)
Issues tied to the project
project-column:now-doing
(classic project)
Issue tied to project column
github octocat
Issues containing the keywords (AND conditions)
OR and NOT are not supported.
-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
,
no:dueon
Labels, Milestones, Assignments,
and An issue with no project set up
have:label
,
have:milestone
,
have:assignee
,
have:project
,
have:dueon
Labels, Milestones, Assignments,
and An issue with project set up