<change-request-reference>
The <change-request-reference>
element contains details about
the change request, such as an ID or a reference to the system used to track the
request.
Specialization hierarchy
The <change-request-reference>
element is specialized from
<metadata>
. It is defined in the release-management domain
module.
Attributes
The following attributes
are available on this element: universal
attributes and @name
.
Example
The following code sample shows how the <change-request-reference>
element can be used to specify the ticketing system used to manage the change request as
well as the applicable ticket ID:
<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>