diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2017-12-01 04:42:14 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-12-01 04:42:14 +0100 |
commit | aa3f0331fb7e0b97201afb806b777a03c9f2fca2 (patch) | |
tree | 02860760c859419a98fe8f0f0ba858e2c9cb6fe0 /docs/en/rst/using | |
parent | 3d10b811d625ac42e631e17f63c7376983731307 (diff) | |
download | bugzilla-aa3f0331fb7e0b97201afb806b777a03c9f2fca2.tar.gz bugzilla-aa3f0331fb7e0b97201afb806b777a03c9f2fca2.tar.xz |
Bug 1420300 - Move bug tagging tool from global footer to bug footer
Diffstat (limited to 'docs/en/rst/using')
-rw-r--r-- | docs/en/rst/using/finding.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/en/rst/using/finding.rst b/docs/en/rst/using/finding.rst index a8e18eef2..44d4003dc 100644 --- a/docs/en/rst/using/finding.rst +++ b/docs/en/rst/using/finding.rst @@ -257,3 +257,19 @@ Remember Search As: You can give a search a name and remember it; a link will appear in your page footer giving you quick access to run it again later. +Individual Bug Lists +==================== + +You can add and remove tags from individual bugs, which let you find and manage +bugs more easily. Tags are per-user and so are only visible and editable by the +user who created them. You can then run queries using tags as a criteria, either +by using the Advanced Search form, or simply by typing "tag:my_tag_name" in the +QuickSearch box at the top (or bottom) of the page. Tags can also be displayed +in bug lists. + +This feature is useful when you want to keep track of several bugs, but for +different reasons. Instead of adding yourself to the CC list of all these bugs +and mixing all these reasons, you can now store these bugs in separate lists, +e.g. “Keep in mind”, “Interesting bugs”, or “Triage”. One big advantage of this +way to manage bugs is that you can easily add or remove tags from bugs one by +one. |