Severity#
Levels#
One of the tag properties is severity. Severity is used to define the tag importance. There exist five tag severity levels:
critical
- this is the highest level. It is expressed by number 5.
major
- this is the almost highest level. It is expressed by number 4.
moderate
- This is default level if no other level is selected. It is expressed by number 3.
minor
- this is low level severity. It is also expressed by number 2.
trivial
- this is the less important severity level. It is expressed by number 1.
Usage#
Severity can be used to filter a specific tags with the same severity level set. For example if there are assigned the following tags:
TagA
with severitymajor
TagB
with severitycritical
TagC
with severitymajor
TagD
with severitytrivial
If we filter by severity major
then there will be displayed elements with tag
TagA
and TagC
assigned. If we filter by severity critical
then
displayed will be elements with tag TagB
assigned.
How to filter?#
To filter by severity, in the table search field is needed to write the desired severity with the percentage character at the begining of the string, for example:
%critical
%major
In the job history table in the advanced filters is available the combobox with the severities to select. This way the severity can be selected without typing it manually in the search field. The advanced filters on the job history page are available after clicking the the black funnel icon as shown on the image below.