An user can belong to both A and B while an user in C won't be in A and B.
We need to have 4 approvals total and at least 1 approval from each group: A, B, C.
During off hours, between 11pm to 5am, we only need at least 1 approval from each group.
How to implement the customer scenario
Case of an user belonging to group A and B, his approbation will be considered taken for group B if any other user that belongs to group A has approved, is considered taken for group A if any other user that belongs to group B has approved
Step 1 - Create the User picker custom field (multiple users) that will be filled with the final list users allowed to approve.
Create three User Picker multiple users:
User Picker (Group A-B)
User Picker (Group B-A)
User Picker (Both A B).
Create the User Picker Custom Fields
You can review instruction to create a custom field on the related Atlassian documentation.
You do not need to add this custom field to any Screen and you do not need to specify any Context.
Step 2 - Create the Approval configurations to identify approvers
Create the Approval Configuration for Approval User Picker (Group A-B)
Navigate Add-ons → HERZUM APPROVAL →Approvals.
Click the Add Approval button.
Fill the Add Approval Configuration form
Fill the User Picker Field All by selecting the Approving Users with Exclusion User Picker custom field
Click
Specify the expression to populate the custom field
You are able test the expression on an issue in order to check its correctness as per following examples
Save the Expression
Save the Approval configuration
Create the Approval Configuration for Approval User Picker (Group B-A)
Navigate Add-ons → HERZUM APPROVAL →Approvals.
Click the Add Approval button.
Fill the Add Approval Configuration form
Fill the User Picker Field All by selecting the Approving Users with Exclusion User Picker custom field
Click
Specify the expression to populate the custom field
You are able test the expression on an issue in order to check its correctness as per following examples
Save the Expression
Save the Approval configuration
Create the Approval Configuration for Approval User Picker (Both A B)
Navigate Add-ons → HERZUM APPROVAL →Approvals.
Click the Add Approval button.
Fill the Add Approval Configuration form
Fill the User Picker Field All by selecting the Approving Users with Exclusion User Picker custom field
Click
Specify the expression to populate the custom field
You are able test the expression on an issue in order to check its correctness as per following examples
Save the Expression
Save the Approval configuration
Step 3 - Create the Approval Mapping configuration
How it works
Notify demo user for an Approval Request clicking on the Email icon (You are able to configure the app so that the notification succeeds automatically)
Assuming to have configured the following basic template
The email displays in ‘demo’ user mailbox as follows
On clicking Approve a screen allowing to add an Approval Comment appears
On clicking Submit Vote, a screen appears in order to advice that the operation was successfully performed
Users enabled to login will be aware of the Approval Reply because it displays on the Web Panel, on the Jira Comments and on the Approval History
In this section
Related Documentation
Here you can find some links to our customer documentation relating to the configuration screens addressed in this page: