I am trying to create a Scriptrunner Validator to prevent the transition of an issue if the component field does not have the value "Red" or "Blue".
I can check that there is at least one component using
I've tried lots of different syntax around checking i
issue.components.includes("Red")
but I can't seem to get this right. Can anybody help please ?