1
0

tips_tricks.rst 957 B

12345678910111213141516171819202122232425262728293031
  1. Tips and tricks
  2. ===============
  3. This page contains some tips and tricks on how to use pagure. These do not
  4. fit in their own page but are worth mentioning.
  5. Pre-fill issue template using the URL
  6. -------------------------------------
  7. When Creating Issues for a project , Pagure supports pre-filling the title
  8. and description input text using url parameters
  9. Example:
  10. ~~~~~~~~
  11. https://pagure.io/pagure/new_issue/?title=<Issue>&content=<Issue Content>
  12. The above URL will autofill the text boxes for Title and Description field
  13. with Title set to <Issue> and Description set to <Issue Content>.
  14. Filter for issues *not* having a certain tag
  15. --------------------------------------------
  16. Very much in the same way pagure allows you to filter for issues having a
  17. certain tag, pagure allows to filter for issues *not* having a certain tag.
  18. To do this, simply prepend a ``!`` in front of the tag.
  19. Example:
  20. ~~~~~~~~
  21. https://pagure.io/pagure/issues?tags=!easyfix