Reference

Settings

APPROVAL_MINIMUM_APPROVERS

Positive integer value, min 0; default: 2

Only settable via plugin settings.

Used to control the rules GenericMinimumApproversRule.

APPROVAL_MAXIMUM_DENIERS

Positive integer value, min 0; default: 1

Only settable via plugin settings.

Used to control the rules GenericMaximumDenierRule.

REMINDER

Documentation TODO

Rules

GenericMinimumApproversRule

The minimum number of actors that need to approve an approval request. The rule is evaluated on every change of an approval. If the number of approvers is equal or greater than the configured minimum, the request is automatically approved. This also triggers the approval_approved and approval_finalised signal.

The value is globally controlled by the APPROVAL_MINIMUM_APPROVERS plugin setting.

GenericMaximumDenierRule

The maximum number of actors that need to deny an approval request. The rule is evaluated on every change of an approval. If the number of deniers is equal or greater than the configured maximum, the request is automatically denied. This also triggers the approval_rejected and approval_finalised signals.

The value is globally controlled by the APPROVAL_MAXIMUM_DENIERS plugin setting.

Notifications

Documentation TODO