diff options
Diffstat (limited to 'doc/queries.md')
-rw-r--r-- | doc/queries.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/queries.md b/doc/queries.md index 93135070..424e0d31 100644 --- a/doc/queries.md +++ b/doc/queries.md @@ -42,6 +42,16 @@ You can filter based on the bug's label. | `label:LABEL` | `label:prod` matches bugs with the label `prod` | | | `label:"Good first issue"` matches bugs with the label `Good first issue` | +### Filtering by title + +You can filter based on the bug's title. + +| Qualifier | Example | +| --- | --- | +| `title:TITLE` | `title:Critical` matches bugs with the title `Critical` | +| | `title:"Typo in string"` matches bugs with the title `Typo in string` | + + ### Filtering by missing feature You can filter bugs based on the absence of something. |