DECOR-issues
Contents
General
The issues element of a DECOR project file holds the issues of the project. It occurs exactly once in a DECOR file.
Attributes of element issues
@notifier
The Automatic Notifier System (if activated) notifies all authors of the project about changes of any project issue. It can be switched "on" or "off", default is "on".
<issues notifier="on">
<issue ... />
</issues>
List of issues
Subsequently a list of issue elements represents the issues.
<issue id="2.16.578.1.34.77.6.1" priority="LL" displayName="Gay Marriage codes seprate" type="CLF">
<object id="2.16.578.1.34.11.2" type="VS" effectiveDate="2011-07-01T00:00:00"/>
<tracking effectiveDate="2013-01-29T14:11:22" statusCode="open">
...
</tracking>
<tracking effectiveDate="2013-01-29T14:15:05" statusCode="closed">
...
</tracking>
</issue>
Attributes of element issue
@id
The unique id of this issue.
@type
The type of this issue.
| Code | Description |
|---|---|
| INC | Incident |
| RFC | Change Request |
| FUT | For future consideration |
| CLF | Request for Information/Education |
@priority
The priority level of this issue, defaults to normal.
| Code | Description |
|---|---|
| HH | Highest |
| H | High |
| N | Normal |
| L | Low |
| LL | Lowest |
@displayName
A short text to describe the issue (headline).