A query into the database indicates three types of incident states
Code: Select all
mysql> select * from general_catalog where general_catalog_class="ITSM::Core::IncidentState";
+----+---------------------------+-------------+----------+----------+---------------------+-----------+---------------------+-----------+
| id | general_catalog_class | name | valid_id | comments | create_time | create_by | change_time | change_by |
+----+---------------------------+-------------+----------+----------+---------------------+-----------+---------------------+-----------+
| 13 | ITSM::Core::IncidentState | Incident | 1 | NULL | 2013-07-08 08:05:28 | 1 | 2013-07-08 08:05:28 | 1 |
| 11 | ITSM::Core::IncidentState | Operational | 1 | NULL | 2013-07-08 08:05:28 | 1 | 2013-07-08 08:05:28 | 1 |
| 12 | ITSM::Core::IncidentState | Warning | 1 | NULL | 2013-07-08 08:05:28 | 1 | 2013-07-08 08:05:28 | 1 |
+----+---------------------------+-------------+----------+----------+---------------------+-----------+---------------------+-----------+
3 rows in set (0.00 sec)
Best regards.
Thomas.