Have a single button to mark a bug as abusive/spam
Categories
(bugzilla.mozilla.org :: Extensions, enhancement)
Tracking
()
People
(Reporter: longsonr, Unassigned)
References
Details
Attachments
(4 files)
Have a single button that
a) moves the bug to General/Invalid bugs
b) marks all comments by the user raising the bug as spam/abusive
c) Sets the bug state to INVALID
d) creates a comment warning the user that this is a production instance of bugzilla...
Comment 1•7 days ago
|
||
Comment 2•4 days ago
|
||
Comment 3•4 days ago
|
||
Comment 4•4 days ago
|
||
The warning comment is configurable via Administration > Parameters
Comment 5•4 days ago
|
||
Hi,
A new "Close as Invalid" button has been added to the bug modal. It:
- Moves the bug to the "Invalid Bugs" product
- Resolves it as INVALID
- Clears needinfo flags
- Strips security groups
- Display a warning comment (editable via Administration > Parameters > Invalid Bug Helper)
In addition, if "Also mark the reporter's comment as spam" is selected in the Confirmation window, it tags the reporter's comments as spam and then hides it.
Please note that the button is only visible if bug is not already RESOLVED/VERIFIED and is not in "Invalid bugs", and when the logged-in user :
- Has access to the product
- Is a member of editbugs group
- Is a member of mandatory security group
This update should be available in next release update.
Comment 6•4 days ago
|
||
Authored by https://github.com/Xzzz
https://github.com/mozilla-bteam/bmo/commit/a968f76fbd8427d26ce3034c27a0646404ba81f5
[master] Bug 1684509 - Add "Close as Invalid" button to close spam/test bugs in one action
Description
•