Bug 842419 - RFE: provide something similar to https://bugzilla.mozilla.org/page.cgi?id=user_activity.html
Summary: RFE: provide something similar to https://bugzilla.mozilla.org/page.cgi?id=us...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Bugzilla
Classification: Community
Component: Bugzilla General
Version: 4.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: 4.4-3
Assignee: Matt Tyson 🤬
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-07-23 20:10 UTC by Cole Robinson
Modified: 2025-10-16 23:32 UTC (History)
4 users (show)

Fixed In Version: 4.4-3
Clone Of:
Environment:
Last Closed: 2013-05-20 11:03:57 UTC
Embargoed:


Attachments (Terms of Use)

Description Cole Robinson 2012-07-23 20:10:18 UTC
Mozilla's bugzilla instance has a 'user activity report' page. This is pretty useful for a few reasons:

1) Great for status reports, since I can barely remember what I do day to day :)
2) I'm sure manager's would like it too, for checking up on their reports (hmm, maybe that's an argument against this :) )
3) Useful for Fedora where there's often a case when a package maintainer just goes AWOL. There's a whole process to it, and even a script[1] for pulling down fairly comprehensive user activity, but it would still be useful as a quick 'is this maintainer ignoring every bug or just _my_ bug?'

[1] https://github.com/pypingou/fedora-active-user

Comment 1 Simon Green 2012-09-11 06:06:48 UTC
Definitely a great idea. I have earmarked it for Bugzilla 4.4 release.

Comment 2 Cole Robinson 2012-10-14 17:01:03 UTC
Also, I discovered gnome bugzilla has something similar, just as another example:

https://bugzilla.redhat.com/page.cgi?id=describeuser.html&login=crobinso%40redhat.com

You get that when you click on the users name in any bug report, which is more useful than a mailto: link IMO. But that's certainly not a requirement

Comment 3 Cole Robinson 2012-10-21 21:57:31 UTC
Just realized I never posted a mozilla link for reference:

https://bugzilla.mozilla.org/page.cgi?id=user_activity.html&action=run&who=ddahl@mozilla.com

Comment 11 Chen Chen 2013-02-19 10:39:26 UTC
Verify version 4.4-1 on test server --> PASS

Verify steps:
1.1  Login Bugzilla with public account to user_activity.html.
1.2  Login Bugzilla with editusers group account to user_activity.html.
1.3 Login Bugzilla with admin account to user_activity.html.
2.1  Login Bugzilla with public account to group_admins.html and group_membership.html.
2.2  Login Bugzilla with editusers group account to group_admins.html and group_membership.html.
2.3 Login Bugzilla with admin account to group_admins.html and group_membership.html.
2.4 Login Bugzilla with user which not in editusers group but in other group to group_admins.html and group_membership.html.
3.1  Login Bugzilla with public account to email_queue.html.
3.2  Login Bugzilla with editusers group account to email_queue.html.
3.3 Login Bugzilla with admin account to email_queue.html.

Actual result:
1. After step 1, all users can see user_activity.html.
2. After step 2.1, public user can not see group_admins.html and group_membership.html.
3. After step 2.2, editusers user can see group_admins.html and group_membership.html.
4. After step 2.3, admin user can see group_admins.html and group_membership.html.
5. After step 2.4, user in other group than editusers group can not see group_admins.html and group_membership.html.
6. After step 3, only admin user can see email_queue.html.


Note You need to log in before you can comment on or make changes to this bug.