Difference between revisions of "DECOR-issues"
(→List of issues) |
(→List of issues) |
||
| Line 15: | Line 15: | ||
Subsequently a list of <code>issue</code> elements represents the issues. | Subsequently a list of <code>issue</code> elements represents the issues. | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
| − | <issue id="2.16.578.1.34.77.6.1" priority="LL" displayName=" | + | <issue id="2.16.578.1.34.77.6.1" priority="LL" displayName="Codes seprate" type="CLF"> |
<object id="2.16.578.1.34.11.2" type="VS" effectiveDate="2011-07-01T00:00:00"/> | <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 effectiveDate="2013-01-29T14:11:22" statusCode="open"> | ||
... | ... | ||
</tracking> | </tracking> | ||
| − | < | + | <assignment to="3" name="Rana Tempo" effectiveDate="2013-01-30T13:22:00"> |
... | ... | ||
| − | </ | + | </assignment> |
</issue> | </issue> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 10:22, 15 July 2013
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="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>
<assignment to="3" name="Rana Tempo" effectiveDate="2013-01-30T13:22:00">
...
</assignment>
</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).