relate

The <relate> element specifies a relationship between an artifact and a user. It is used in conjunction with a log filter of type Notify Changers that is defined in a project and used in the Result attribute of a step that runs immediately before the step that calls the adaptor. The Notify Changers filter typically specifies an expected log line that indicates success or failure. When the step runs, the filter is compared to text specified as the artifact in the <relate> element. If there is a match, email is sent to the user associated with the artifact.

See also the description of the Notify Changers filter in Filter actions.

Attributes:

artifact
Text that is matched to text searched for by the log filter.
user
The user associated with the artifact. When there is a match, the system sends email to this user.
text
The text to log to the BOM when there is a match between the log filter and this relationship.

Feedback