<change-request-id>

The <change-request-id> element specifies an identifier associated with the change request, such as an issue ID or ticket number.

Specialization hierarchy

The <change-request-id> element is specialized from <data>. It is defined in the release-management domain module.

Content model

(Text | <audio> | <cite> | <include> | <keyword> | <markupname> | <apiname> | <option> | <parmname> | <cmdname> | <msgnum> | <varname> | <wintitle> | <numcharref> | <parameterentity> | <textentity> | <xmlatt> | <xmlelement> | <xmlnsname> | <xmlpi> | <ph> | <strong> | <em> | <b> | <i> | <line-through> | <overline> | <sup> | <sub> | <tt> | <u> | <hwcontrol> | <partno> | <codeph> | <filepath> | <msgph> | <systemoutput> | <userinput> | <synph> | <menucascade> | <uicontrol> | <q> | <term> | <abbreviated-form> | <text> | <tm> | <xref> | <data> | <sort-as> | <draft-comment> | <foreign> | <image> | <object> | <required-cleanup> | <title> | <video> )*

Zero or more

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.

@name (data-element attributes)
Defines a unique name for the object.

Example

This section is non-normative.

The following code sample shows how the <change-request-id> element can be used to specify a ticket ID that is applicable to 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>