diff --git a/doc/usage/tips_tricks.rst b/doc/usage/tips_tricks.rst index f9a4852..fe4e1bd 100644 --- a/doc/usage/tips_tricks.rst +++ b/doc/usage/tips_tricks.rst @@ -17,3 +17,15 @@ https://pagure.io/pagure/new_issue/?title=&content= The above URL will autofill the text boxes for Title and Description field with Title set to and Description set to . + + +Filter for issues *not* having a certain tag +-------------------------------------------- + +Very much in the same way pagure allows you to filter for issues having a +certain tag, pagure allows to filter for issues *not* having a certain tag. +To do this, simply prepend a ``!`` in front of the tag. + +Example: +~~~~~~~~ +https://pagure.io/pagure/issues?tags=!easyfix