Approvers Data Type

Information about the default approvers of the approval

Properties
name data type description
users string Comma separated list of directly assigned approvers
groups string Comma separated list of directly assigned approver groups
minimum string

Minimum required amount of approvers to approve/reject the approval. Possible values:

  • If no minimum value is set or minimum is 0 or 1 then it will be "*".
  • If it is directly assigned using "&" before "user" and "group" its value would be "all".
  • If there are no directly assigned users or groups and minimum is higher than 1 then its value will be shown like "{minimum}+"

Example

{
  "users" : "user1,user2,user3",
  "groups" : "confluence-users,confluence-administrators",
  "minimum" : "*"
}