-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME
88 lines (56 loc) · 2.47 KB
/
README
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
77
78
79
80
81
82
83
84
85
86
87
NAME
RT-Extension-ActivityReports - Additional reports to show Activity in RT
DESCRIPTION
The ActivityReports extension lets you see:
* Activity Detail
A table of ticket status per queue, and totals.
* Activity Summary
A one-line summary of all updates made.
* Resolution Comments
Summary of when tickets were resolved, duration between creation and
(latest) resolution.
* Resolution Statistics
For each queue, average duration between creation and (latest)
resolution over the last 30, 60, 90 days, and all time.
* Time Worked Statistics
For each user, a table of every queue and how long that user has
worked on tickets that have been resolved in a particular timeframe.
For example, you can see how much time Joe has spent on Basic
Support (queue) tickets that have been resolved the day after they
were created.
All of these reports can be filtered by actor, arbitrary search query,
and/or between two dates, so it's quite flexible.
RT VERSION
Works with RT 4.0, 4.2, 4.4
Works with RT 5.0, but styling has not yet been updated
INSTALLATION
perl Makefile.PL
make
make install
May need root permissions
Edit your /opt/rt4/etc/RT_SiteConfig.pm
If you are using RT 4.2 or greater, add this line:
Plugin('RT::Extension::ActivityReports');
For RT 4.0, add this line:
Set(@Plugins, qw(RT::Extension::ActivityReports));
or add RT::Extension::ActivityReports to your existing @Plugins
line.
Clear your mason cache
rm -rf /opt/rt4/var/mason_data/obj
Restart your webserver
After Installation
The activity reports can be accessed from the URL
http://<path_to_your_RT>/Reports/Activity/index.html
and will also be available as an Activity Reports tab on Search
Results pages in 4.0.
AUTHOR
Best Practical Solutions, LLC <[email protected]>
BUGS
All bugs should be reported via email to
L<[email protected]|mailto:[email protected]>
or via the web at
L<rt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name=RT-Extension-ActivityReports>.
LICENSE AND COPYRIGHT
This software is Copyright (c) 2005-2014 by Best Practical Solutions
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991