Skip to content

Commit 9a6d211

Browse files
Update filtering-and-searching-issues-and-pull-requests.md (#57139)
1 parent a6d7a77 commit 9a6d211

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/issues/tracking-your-work-with-issues/using-issues/filtering-and-searching-issues-and-pull-requests.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ For issues, you can also use search to:
225225
* Filter for issues that are linked to a pull request by a closing reference: `linked:pr`
226226
* Filter issues by the reason they were closed: `is:closed reason:completed` or `is:closed reason:"not planned"`
227227
{% ifversion issue-types %}* Filter for issues with a particular type: `is:open type:"Bug"`{% endif %}{% ifversion issues-advanced-search %}
228+
* Filter for issues that have metadata: `has:label`
229+
* Filter for issues that are missing metadata: `no:project`
228230
* Filter for issues from repositories [**owned**](/search-github/searching-on-github/searching-issues-and-pull-requests#search-within-a-users-or-organizations-repositories) by a certain user or organization, limited to up to 16 `user` and `org` qualifiers with no limit on `repo` qualifiers: `state:open type:issue org:github OR user:octocat`{% endif %}
229231

230232
For pull requests, you can also use search to:

0 commit comments

Comments
 (0)