Required Store Element Attributes
Name Value Description
approvalType APPROVAL
REVIEW
VERIFICATION
Specifies the type of approval to create.
custom id Specifies the ID of the custom attribute as defined in the process definition for the EWM project.
linkType

Standard forms:

INCLUDED_IN_BUILD
REPORTED_AGAINST_BUILD
CHANGE_SET
RELATED_ARTIFACT
BLOCKS_WORK_ITEM
DUPLICATE_WORK_ITEM
PARENT_WORK_ITEM
RELATED_WORK_ITEM
RESOLVES_WORK_ITEM
AFFECTED_BY_DEFECT
AFFECTS_PLAN_ITEM
CONTRIBUTES_TO_WORK_ITEM
TRACKS_WORK_ITEM

Alternate forms:

INCLUDED
INCLUDEDIN
INCLUDED_IN
REPORTED
REPORTEDAGAINST
REPORTED_AGAINST
CHANGE
CHANGESET
ARTIFACT
BLOCKS
DUPLICATE
PARENT
RELATED
RESOLVES
AFFECTED
AFFECTEDBY
AFFECTED_BY
AFFECTS
CONTRIBUTES
CONTRIBUTESTO
CONTRIBUTES_TO
TRACKS
Specifies the type of link to create.

Note: The string UUID of a build result should be specified for the value of a INCLUDED_IN_BUILD or REPORTED_AGAINST_BUILD link type. For example:

<store
    name="link"
    value="${buildResultUUID}"
    linkType="INCLUDED"/>

Note: The URI of the related artifact should be specified for the value of a RELATED_ARTIFACT link type. The RELATED_ARTIFACT link type supports the linkComment attribute which can be used to supply a readable description of the URI. For example:

<store
    name="link"
    value="https://www.nytimes.com/"
    linkComment="nytimes"
    linkType="ARTIFACT"/>
value value See descriptions under name attribute for more information.