Open
Bug 2009649
Opened 1 day ago
Multiple bugs have a NULL `cf_last_resolved` while in a `RESOLVED` state, which shouldn't be possible
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
NEW
People
(Reporter: glob, Unassigned)
Details
Multiple bugs have a NULL cf_last_resolved while in a RESOLVED state
Looking at recent-ish bugs:
select count(*) from bugs where resolution != '' and cf_last_resolved is null and creation_ts >= '2025-01-01' --> 39
Picking one at random: bug 2001781 (https://bugzilla.mozilla.org/rest/bug/2001781?include_fields=resolution,cf_last_resolved)
You need to log in
before you can comment on or make changes to this bug.
Description
•