From c8383dcb92ad582e17f6d876712e4ced700735ef Mon Sep 17 00:00:00 2001 From: Eashan Date: Mar 21 2017 14:35:25 +0000 Subject: [PATCH 1/3] Added tip_tricks in doc to document how to pre-fill issues using the url Fixes: https://pagure.io/pagure/issue/1877 --- diff --git a/doc/usage/index.rst b/doc/usage/index.rst index 9c5013b..f8734e0 100644 --- a/doc/usage/index.rst +++ b/doc/usage/index.rst @@ -48,3 +48,4 @@ Contents: pagure_ci quick_replies troubleshooting + tips_tricks diff --git a/doc/usage/tips_tricks.rst b/doc/usage/tips_tricks.rst new file mode 100644 index 0000000..842096d --- /dev/null +++ b/doc/usage/tips_tricks.rst @@ -0,0 +1,15 @@ +Tips and tricks +=============== + +Pre-fill issue template using the URL +------------------------------------- + +When Creating Issues for a project , Pagure supports pre-filling the title +and description input text using url parameters + +Example: +~~~~~~~~ +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 . From 42c81c3009b6e040374b5b95ba83d1c8bdd7361f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 21 2017 14:35:25 +0000 Subject: [PATCH 2/3] Introduce the trips and tricks section --- diff --git a/doc/usage/tips_tricks.rst b/doc/usage/tips_tricks.rst index 842096d..f9a4852 100644 --- a/doc/usage/tips_tricks.rst +++ b/doc/usage/tips_tricks.rst @@ -1,6 +1,10 @@ Tips and tricks =============== +This page contains some tips and tricks on how to use pagure. These do not +fit in their own page but are worth mentioning. + + Pre-fill issue template using the URL ------------------------------------- From e79766537aafdec7492554be3b814f8a3bbed8a9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 21 2017 14:35:25 +0000 Subject: [PATCH 3/3] Document how to filter out for issues having a certain tag As opposed to filtering issues having a certain tag, this document how to exclude those tickets. --- 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