ccollab admin trigger ensure-review-started

Applies to Collaborator 14.5, last modified on April 18, 2024

Description

Use the ensure-review-started trigger to ensure that a review for the specified changelist has been started. The trigger blocks the submit operation if there is no review for the changelist in Collaborator, and displays an error message telling that the changes need to be reviewed before submitting them to the repository.

Command Line Syntax

ccollab [global-options] admin trigger ensure-review-started [--ignore-integrate] [--review-id-regex <value>] <changelist-id>

Command Options

Option

Required?

Description

<changelist-id>

Yes

The changelist identifier.

--ignore-integrate

No

(Perforce only.) If specified, Collaborator ignores the merge changes to the source control (that is, the trigger is not fired for these changes).

--review-id-regex <value>

No

A regular expression that identifies the review ID in the commit comment.

See Version Control specific descriptions - Perforce, Subversion and Git.

This trigger ensures that a Review has been started before changes can be committed to version control.

See Also

ccollab admin trigger

Highlight search results