I want to use Automation to add a Watcher to an issue if the Component field includes an item that contains a certain string.
For example, the Component field may contain the following four items:
Blue Green
Orange Yellow
Red Yellow
Black Brown
I want to test for the existence of "Yellow" being in any one of the items.
I can easily set up a condition to test if "Components contains any of" and choose "Orange Yellow" and "Red Yellow". But that would mean that I would need to update the rule if "Yellow White" became a possible Component item. I'd like to avoid that.
Bonus: if what I'm looking for is possible, how can I also make it case insensitive?