Closed Bug 1527841 Opened 7 years ago Closed 2 years ago

Add ability to search for bugs where assignee or needinfo’d people have last seen gt/lt X

Categories

(bugzilla.mozilla.org :: Search, enhancement, P2)

Production
enhancement

Tracking

()

RESOLVED FIXED

People

(Reporter: calixte, Unassigned)

References

Details

Attachments

(1 file)

On the same model as "assignee_last_login" but for needinfo.

The needinfo flag can be multiple, so it may be a bit hard to see this. Ah, it will also be a problem when Assignee becomes multiple. 🤔

So maybe we could have kind of:
"all the ni"
"any of the ni"
"number of ni"
and the same for assignee.

Assignee: nobody → kohei.yoshino
Priority: -- → P2
Status: NEW → ASSIGNED

I’ve realized that the assignee_last_login column is useless. It’s literally the last login date of the user, not the last seen date in spite of the internal field name called last_seen_date , which is perhaps a legacy of the days when people had logged into Bugzilla everyday at 9am and shut down their workstation at 5pm. Now people keep logged in, so the date can be quite old.

We need the new assignee_last_seen column based on another internal field called last_activity_ts, which is currently a part of the UserProfile extension. I’ll file a separate bug for that.

The same applies to needinfo. What we need here is not needinfo_last_login but needinfo_last_seen, right?

Summary: Add the ability to search for bugs where ni people have a last login gt/lt X → Add the ability to search for bugs where ni people have a last seen gt/lt X
See Also: → 1536275
See Also: → 1536276
See Also: → 1536279
Summary: Add the ability to search for bugs where ni people have a last seen gt/lt X → Add ability to search for bugs where assignee or needinfo’d people have last seen gt/lt X
See Also: → 1566588
Assignee: kohei.yoshino → nobody
Status: ASSIGNED → NEW
See Also: → 1797620
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: