Blame doc/usage/tips_tricks.rst

Eashan c8383d
Tips and tricks
Eashan c8383d
===============
Eashan c8383d
Pierre-Yves Chibon 42c81c
This page contains some tips and tricks on how to use pagure. These do not
Pierre-Yves Chibon 42c81c
fit in their own page but are worth mentioning.
Pierre-Yves Chibon 42c81c
Pierre-Yves Chibon 42c81c
Eashan c8383d
Pre-fill issue template using the URL
Eashan c8383d
-------------------------------------
Eashan c8383d
Eashan c8383d
When Creating Issues for a project , Pagure supports pre-filling the title
Eashan c8383d
and description input text using url parameters
Eashan c8383d
Eashan c8383d
Example:
Eashan c8383d
~~~~~~~~
Eashan c8383d
https://pagure.io/pagure/new_issue/?title=<issue>&content=<issue content=""></issue></issue>
Eashan c8383d
Eashan c8383d
The above URL will autofill the text boxes for Title and Description field
Eashan c8383d
with Title set to <issue> and Description set to <issue content="">.</issue></issue>
Pierre-Yves Chibon e79766
Pierre-Yves Chibon e79766
Pierre-Yves Chibon e79766
Filter for issues *not* having a certain tag
Pierre-Yves Chibon e79766
--------------------------------------------
Pierre-Yves Chibon e79766
Pierre-Yves Chibon e79766
Very much in the same way pagure allows you to filter for issues having a
Pierre-Yves Chibon e79766
certain tag, pagure allows to filter for issues *not* having a certain tag.
Pierre-Yves Chibon e79766
To do this, simply prepend a ``!`` in front of the tag.
Pierre-Yves Chibon e79766
Pierre-Yves Chibon e79766
Example:
Pierre-Yves Chibon e79766
~~~~~~~~
Pierre-Yves Chibon e79766
https://pagure.io/pagure/issues?tags=!easyfix