<change-request-system>
The <change-request-system>
element specifies the name of an
information system that manages or serves the referenced change request, for example, an issue
tracking system.
Specialization hierarchy
The <change-request-system>
element is specialized from
<data>
. It is defined in the release-management domain module.
Content model
(Text | <audio>
| <cite>
| <include>
| <keyword>
| <ph>
| <q>
| <term>
| <text>
| <tm>
| <xref>
| <data>
| <draft-comment>
| <foreign>
| <image>
| <object>
| <required-cleanup>
| <title>
| <video>
)*
Contained by
- Text
<audio>
<cite>
<data>
<draft-comment>
<foreign>
<image>
<include>
<keyword>
<object>
<ph>
<q>
<required-cleanup>
<term>
<text>
<title>
<tm>
<video>
<xref>
Contained by
Inheritance
+ topic/data relmgmt-d/change-request-system
The <change-request-system>
element is specialized from <data>
. It is defined in the relmgmt-domain module.
Attributes
The following attributes
are available on this element: universal
attributes and @name
.
The following attributes are available on this element: universal attributes and the attributes defined below.
Example
This section is non-normative.
The following code sample shows how the <change-request-system>
element can be used to specify the the ticketing system that manages the change request:
<change-historylist>
<change-item product="productA productB">
<change-request-reference>
<change-request-system>example.com/my/queue/</change-request-system>
<change-request-id>TCKT-1313</change-request-id>
</change-request-reference>
</change-item>
</change-historylist>