-
Sub-task
-
Resolution: Fixed
-
L3 - Default
-
None
-
Not defined
AT:
- It's possible to evaluate a new incident report:
View Group By incident count none
which shows how many incidents were created in total
- The count considers all incident types (e.g. resolved, open, deleted)
- It's independent from the incident type (e.g. job incident, external task incident, custom incident type)
- the new view option is added to the rest-API documentation
- The API looks as follows:
view: {property: 'frequency', entity: 'incident'} GroupBy: {type: 'none', value: null}
This is the controller panel for Smart Panels app
[OPT-4324] Evaluate incident count grouped by none reports
Labels | Original: potential_for_3.2 should_have | New: current_release potential_for_3.2 should_have |
Reporter | Original: Omran Abazeed [ omran.abazeed ] | New: Johannes [ johannes.heinemann ] |
Description |
Original:
AT:
* Add count and duration views to reports: {code:java} view: {property: 'count/duration', entity: 'incident'} GroupBy: {type: 'none', value: null} {code} * The count and durations considers all resolved and open incidents * For resolution duration reports are aggregated similar to instance duration reports and it is possible to change the aggregation from the configuration |
New:
AT:
* It's possible to evaluate a new incident report: ||View||Group By|| |incident count|none| which shows how many incidents were created in total * The count considers all resolved and open incidents * The API looks as follows: {code:java} view: {property: 'count', entity: 'incident'} GroupBy: {type: 'none', value: null} {code} |
Mentioned Roles |
Mentioned Groups |
Description |
Original:
AT:
* It's possible to evaluate a new incident report: ||View||Group By|| |incident count|none| which shows how many incidents were created in total * The count considers all resolved and open incidents * The API looks as follows: {code:java} view: {property: 'count', entity: 'incident'} GroupBy: {type: 'none', value: null} {code} |
New:
AT:
* It's possible to evaluate a new incident report: ||View||Group By|| |incident count|none| which shows how many incidents were created in total * The count considers all incident types (e.g. resolved, open, deleted) * It's independent from the incident type (e.g. job incident, external task incident, custom incident type) * The API looks as follows: {code:java} view: {property: 'count', entity: 'incident'} GroupBy: {type: 'none', value: null} {code} |
Mentioned Roles |
Mentioned Groups |
Status | Original: Open [ 1 ] | New: In Development [ 10312 ] |
Assignee | Original: Johannes [ johannes.heinemann ] | New: Joshua Windels [ joshua.windels ] |
Status | Original: In Development [ 10312 ] | New: In Review [ 10212 ] |