Enable MOVED resolution for Web Compatibility product
Categories
(bugzilla.mozilla.org :: Administration, task, P3)
Tracking
()
People
(Reporter: miketaylr, Assigned: emceeaich)
References
Details
It should require a See Also field to point to the new location (a webcompat.com/* or github.com/webcompat/web-bugs/* URL).
The use case is we'd like to move all webcompat bugs to our GitHub web-bugs project for investigation, to keep all our eggs in the same basket.
Assignee | ||
Comment 1•5 years ago
|
||
We'd have to enable it for all bugs, which isn't a terrible idea, but we'd need to advise people and write some Auto Nag rules to ensure this is being used correctly.
The two autonag rules that come to mind are:
- Web Compatibility bugs resolved as MOVED must have a See Also field value matching
webcompat.com/*
orgithub.com/webcompat/web-bugs/*
. - All other bugs resolved as MOVED must have a non-empty See Also field.
The next steps would be to get agreement that we can make this change, then setup the rules, then enable the new value.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Reporter | ||
Comment 2•5 years ago
|
||
(In reply to Emma Humphries, Bugmaster ☕️🎸🧞♀️✨ (she/her) [:emceeaich] (UTC-8) needinfo? me from comment #1)
The next steps would be to get agreement that we can make this change, then setup the rules, then enable the new value.
SGTM!
Assignee | ||
Comment 3•5 years ago
|
||
For now the rules will be:
- Bugs in Core, Firefox, and Toolkit should not have a resolution of MOVED
- Web Compatibility bugs resolved as MOVED must have a See Also field value matching webcompat.com/* or github.com/webcompat/web-bugs/*
- All other bugs resolved as MOVED must have a non-empty See Also field
Assignee | ||
Comment 4•5 years ago
|
||
This has been turned on in production Mozilla and there's an automated whine report to monitor resolutions.
Reporter | ||
Comment 5•5 years ago
|
||
Awesome, thanks! I'll start playing with it and we'll develop some tooling to make it nice (like a web extension or something).
Description
•