summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/hook/reports/menu-end.html.tmpl
blob: b561221a870f244f3b44400e0a38fde1d69783e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[%# This Source Code Form is subject to the terms of the Mozilla Public
  # License, v. 2.0. If a copy of the MPL was not distributed with this
  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  #
  # This Source Code Form is "Incompatible With Secondary Licenses", as
  # defined by the Mozilla Public License, v. 2.0.
  #%]

<h2>Other Reports</h2>

<ul>
  <li>
    <strong>
      <a href="[% urlbase FILTER none %]page.cgi?id=user_activity.html">User Changes</a>
    </strong> - Show changes made by an individual user.
  </li>
  <li>
    <strong>
      <a href="[% urlbase FILTER none %]page.cgi?id=triage_reports.html">Triage Report</a>
    </strong> - Report on UNCONFIRMED [% terms.bugs %] to assist triage.
  </li>
  <li>
    <strong>
      <a href="[% urlbase FILTER none %]page.cgi?id=release_tracking_report.html">Release Tracking Report</a>
    </strong> - For triaging release-train flag information.
  </li>
  [% IF user.in_group('editbugs') %]
    <li>
      <strong>
        <a href="[% urlbase FILTER none %]page.cgi?id=group_admins.html">Group Admins</a>
      </strong> - Lists the administrators of each group.
    </li>
  [% END %]
  [% IF user.in_group('editusers') || user.in_group('infrasec') %]
    <li>
      <strong>
        <a href="[% urlbase FILTER none %]page.cgi?id=group_membership.html">Group Membership Report</a>
      </strong> - Lists the groups a user is a member of.
    </li>
  [% END %]
  [% IF user.in_group('editbugs') %]
    <li>
      <strong>
        <a href="[% urlbase FILTER none %]page.cgi?id=group_members.html">Group Members Report</a>
      </strong> - Lists the users of groups.
    </li>
  [% END %]
  [% IF user.in_group('admin') || user.in_group('infrasec') %]
    <li>
      <strong>
        <a href="[% urlbase FILTER none %]page.cgi?id=product_security_report.html">Product Security Report</a>
      </strong> - Show each product's default security group and visibility.
    </li>
  [% END %]
  [% IF user.in_group('admin') || user.in_group('infra') %]
    <li>
      <strong>
        <a href="[% urlbase FILTER none %]view_job_queue.cgi">Email Queue</a>
      </strong> - TheSchwartz queue
    </li>
  [% END %]
  [% IF user.in_group('hr') %]
    <li>
      <strong>
        <a href="[% urlbase FILTER none %]page.cgi?id=recruiting_dashboard.html">Recruiting Dashboard</a>
      </strong> - Dashboard for open requested requisitions.
    </li>
    <li>
      <strong>
        <a href="[% urlbase FILTER none %]page.cgi?id=internship_dashboard.html">Internship Dashboard</a>
      </strong> - Dashboard for open intern requisitions.
    </li>

  [% END %]
</ul>