X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=beyond-pkging.dbk;h=6cc5d63decdaec34ddaedbc803e69e059809d3c6;hb=d0b4400fd11a4af4a17beefd4d6babac7413488e;hp=77a973947cfcc112422e07f2a00f22e2337108fc;hpb=144b11c315d6450d7414f1c1620304141ea9fb6c;p=developers-reference.git diff --git a/beyond-pkging.dbk b/beyond-pkging.dbk index 77a9739..6cc5d63 100644 --- a/beyond-pkging.dbk +++ b/beyond-pkging.dbk @@ -94,6 +94,41 @@ Note that when sending lots of bugs on the same subject, you should send the bug report to maintonly@&bugs-host; so that the bug report is not forwarded to the bug distribution mailing list. +
+Usertags + +You may wish to use BTS usertags when submitting bugs across a number of +packages. Usertags are similar to normal tags such as 'patch' and 'wishlist' +but differ in that they are user-defined and occupy a namespace that is +unique to a particular user. This allows multiple sets of developers to +'usertag' the same bug in different ways without conflicting. + + +To add usertags when filing bugs, specify the User and +Usertags pseudo-headers: + + +To: submit@bugs.debian.org +Subject: <title-of-bug> + +Package: <pkgname> +[ ... ] +User: <email-addr> +Usertags: <tag-name> [ <tag-name> ... ] + +<description-of-bug ...> + + +Note that tags are seperated by spaces and cannot contain underscores. If you +are filing bugs for for a particular group or team it is recommended that you +set the User to an appropriate mailing list after describing +your intention there. + + +To view bugs tagged with a specific usertag, visit +http://&bugs-host;/cgi-bin/pkgreport.cgi?users=<email-addr>&tag=<tag-name>. + +