Bug 842419
| Summary: | RFE: provide something similar to https://bugzilla.mozilla.org/page.cgi?id=user_activity.html | ||
|---|---|---|---|
| Product: | [Community] Bugzilla | Reporter: | Cole Robinson <crobinso> |
| Component: | Bugzilla General | Assignee: | Matt Tyson 🤬 <mtyson> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | tools-bugs <tools-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.2 | CC: | chechen, jingwang, mtyson, xma |
| Target Milestone: | 4.4-3 | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 4.4-3 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-05-20 11:03:57 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Cole Robinson
2012-07-23 20:10:18 UTC
Definitely a great idea. I have earmarked it for Bugzilla 4.4 release. 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 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 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. |