I'm adjusting an on call escalation playbook that can be attached by another playbook into various cases The first step is a question asking for manual action to execute the rest of the playbook. I can adjust said on call escalation playbook to look at conditions such as case criticality or whether a particular datetime falls in a time like a stat holiday when we might want to escalate all cases anyway.
I'm also looking for a way to add a switch/toggle somewhere that could be flipped by a manager manually to indicate that all cases should be escalated until the switch is flipped back manually.
I was thinking about adding doing so via reference lists (if certain value is present in certain list, then always run the playbook), but what permissions changes do I need to make so that the average user gets access to edit reference lists only (rather than being able to change everything in the environments tab for example)?