DECOR-issues

Revision as of 10:20, 15 July 2013 by Admin (talk | contribs) (@notifier)

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.

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).

object

Tracking / Assignments

issue/tracking

issue/assignment