Difference between revisions of "DECOR-issues"

(@priority)
(@notifier)
Line 6: Line 6:
 
===@notifier===
 
===@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".
 
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".
 +
<syntaxhighlight lang="xml">
 +
<issues notifier="on">
 +
  <issue ... />
 +
</issues>
 +
</syntaxhighlight>
  
 
==List of issues==
 
==List of issues==

Revision as of 10:20, 15 July 2013

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