-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
43 lines (29 loc) · 939 Bytes
/
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
OTRS watcher
============
What
----
This is a firefox add-on that displays the number of tickets in your OTRS' queue
along with the number of your locked, watched and responsible tickets.
Why
---
I was annoyed to regulary switch to the tab containing the OTRS site.
Keeping an eye on the numbers in the statusbar seemed more convenient.
How
---
This plugin simply uses the services that are provided by the iPhoneHandle.
So you need that installed on your OTRS site.
Clientside
----------
I only test it against my current setup.
That is Firefox 3.6.
Serverside
----------
You need an account to an otrs backend!
Your otrs needs the iPhoneHandle package installed.
Currently i only tested it against otrs 2.4.9 with iPhoneHandle 0.9.6.
All by myself?
--------------
Ha, certainly not!
I read a bit nagioschecker's code.
Also the stockwatcher sample on mozilla's developer site was quite helpful.
All bugs are mine of course.