aboutsummaryrefslogtreecommitdiffstats
path: root/english/Bugs
diff options
context:
space:
mode:
authorPaul Wise <pabs@debian.org>2021-03-16 07:47:54 +0800
committerPaul Wise <pabs@debian.org>2021-03-16 07:47:54 +0800
commit46222f8a99f52e4997810245f166ed864253d73f (patch)
treef95e9eb48695459a1f6d41f8f01ea4237184defc /english/Bugs
parentd66ddfb6197544fe009142fa95738818435a7780 (diff)
Document how to set usertags for multiple users
Implemented-in: debbugs commit f13b9b4b919d80e6e90acf905452f8788e2b8c40 Fixed-in: debbugs commit 2c25f8427ad4939a1ee2926b8fe8a743b47fee8d Fixed-in: debbugs commit 6dca132834a08e345a3c7a7c92bc021627e423c3
Diffstat (limited to 'english/Bugs')
-rw-r--r--english/Bugs/Reporting.wml16
1 files changed, 16 insertions, 0 deletions
diff --git a/english/Bugs/Reporting.wml b/english/Bugs/Reporting.wml
index bc739f29862..5872232e4bf 100644
--- a/english/Bugs/Reporting.wml
+++ b/english/Bugs/Reporting.wml
@@ -285,6 +285,22 @@ Separate multiple tags with commas, spaces, or both. If you specify a
&lt;<var>username</var>&gt;, that user's tags will be set. Otherwise,
the e-mail address of the sender will be used as the username.</p>
+<p>You can set usertags for multiple users at bug submission time by
+including multiple User pseudo-headers, each Usertags pseudo-header
+sets the usertags for the last User psuedo-header. This is especially
+useful for setting usertags for a team with multiple users, setting
+usertags for multiple teams, or setting the
+[[https://wiki.debian.org/Teams/Debbugs/ArchitectureTags|architecture usertags]]
+for bugs affecting multiple architectures.
+</p>
+
+<pre>
+User: &lt;<var>first-username</var>&gt;
+Usertags: &lt;<var>first-username usertags</var>&gt;
+User: &lt;<var>second-username</var>&gt;
+Usertags: &lt;<var>second-username usertags</var>&gt;
+</pre>
+
<h2>Setting Forwarded</h2>
<pre>
Forwarded: <var>foo@example.com</var>

© 2014-2024 Faster IT GmbH | imprint | privacy policy