Queue/Type | Incident | Service Request | Problem |
Queue1 | 2 | 1 | 0 |
Queue2 | 1 | 3 | 2 |
Queue3 | 4 | 5 | 2 |
Raw | 2 | 3 | 3 |
Using such a stat you can determine how many tickets of type “Problem” exists in queue “Queue1”. While defining a stat, you can set your restrictions on it.
In opposite of dynamic stats, there is static stats. A static stat does not use dynamic objects to generate reports; instead it uses system objects directly to generate a stat. This type of report is indeed a customized report because you must write a real Perl module to create such a stat. The Perl module must have certain sub-routines and all of sub-routines must return data in a certain format. These modules should be placed in “otrs/kernel/system/stats/static”. If you don’t place stat file in this path, you will never even see Static option while defining new stats or editing old stats. There are no default static stats in OTRS.
In the following please consider object “ITSMConfigItem” and its properties as an example for dynamic reports:
-
Class
-
Deployment State
-
Incident State
-
Hardware Module::Type
-
Computer::Type
-
Hardware Device::Type
-
Location::Type
-
Software::Type
-
Software::License Type
-
Creation Time
-
Change Time
References: