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)
Tracking
()
People
(Reporter: calixte, Unassigned)
References
Details
Attachments
(1 file)
On the same model as "assignee_last_login" but for needinfo.
Updated•7 years ago
|
Comment 1•7 years ago
|
||
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. 🤔
| Reporter | ||
Comment 2•7 years ago
|
||
So maybe we could have kind of:
"all the ni"
"any of the ni"
"number of ni"
and the same for assignee.
Updated•7 years ago
|
Updated•6 years ago
|
Comment 3•6 years ago
|
||
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?
Updated•6 years ago
|
Comment 4•6 years ago
|
||
Updated•6 years ago
|
Updated•5 years ago
|
| Comment hidden (metoo) |
Comment 7•2 years ago
|
||
Description
•