the scenario is to build a request type matrix to decide who are approvers based on site location.
I have my request type let's say adobe.
then a select field where user specifies his location.
then I've 2 hiden custom fields with value in that request type:
- approvers for europe
- approvers for US
then I've created an automation
- when ticket is created or updated
- if location is europe
- then update "Approvers" with "approvers fo europe" value
I'm not being able to perform the update. it always fail.
I'm newbie configuring Jira so you might have a better way to achieve the same goal.
The idea is to have a generic process so it can be applied to several request types without having to multiply the number os automations.