Closed
Bug 335589
Opened 19 years ago
Closed 19 years ago
Patch to add a product supervisor role
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
DUPLICATE
of bug 287332
People
(Reporter: dpurcell, Unassigned)
Details
Attachments
(1 file)
20.43 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.7
Build Identifier: Bugzilla-2.22
Our company uses Bugzilla heavily for its bug tracking system in our products, and we needed a way for one persion to get a copy of all the bugs that belong under a certain product, different than the QA contact (which may be below the product level, like in a component, or above the product level). The attached patch adds a "Product Supervisor" role to Bugzilla, and the product supervisor can be set while adding or editing a product.
Reproducible: Always
Reporter | ||
Comment 1•19 years ago
|
||
To apply:
# cd bugzilla-2.22
# patch -p1 -i nitro-supervisor-2.22.patch
# ./checksetup.pl
Reporter | ||
Updated•19 years ago
|
Version: unspecified → 2.22
Comment 2•19 years ago
|
||
Although this is definitely a useful patch, it's not a feature we'd ever actually add directly to upstream Bugzilla. Instead we want to add the feature to define any number of roles for a bug, and let the user create the roles they need.
*** This bug has been marked as a duplicate of 287332 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•