In Jira Service Management, I have a project that needs approvers from different departments. Each department approver is based on a different field value so I was hoping to create a rule for each unique department, instead of having one giant rule that accounts for each possible combination of departments/field values.
For example,
- Approver 1 Criteria (Finance Approver):
- if the Cost > $100, the approver from the finance department will be Person1.
- if the Cost is <$100, finance approver will be Person2.
- Approver 2 Criteria (HR Approver):
- if the work is to take place in Region1, the HR approver will be Person3
- if the work takes place in Region2, the HR approver will be Person4.
If I create these as two separate rules, the second rule overwrites the first value, but I don't want that. We need both people to approve. I see that Jira Cloud offers the option to check a box to have the subsequent rules run so they add the value in addition to the existing ones, but I don't see that in Data Center.
Thank you!