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>
|