I've recently installed Power Scripts and am looking for a sample on how to write code to allow only a few members (using a group) to set the priority type field to our highest priority level. Any ideas? I already know how to write the error message part and the get the groups.
Hello,
The problem is that in Jira Cloud you can write only post functions (validators and conditions are not allowed in Cloud). Post functions can not cancel the user input. You can only modify it. For example, if a user is not in a certain group and the user set the highest priority, then you can lower this priority.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.