I'm trying to use a simple regex precondition, preceding a Create Linked Issue post-function but I can't get the regex to work at all. The field in question is called Brand and it's a multi-select field. For ease of use, let's say the options are:
This Brand
That Brand
Best Brand
Worst Brand
The regex condition I'm trying is very simple:
(This Brand|Best Brand)
If either 'This Brand' and/or 'Best Brand' options are selected, the condition should validate as true and the follow up post-function (Create Linked Issue) should fire. However, it never validates as true and the linked issue never gets created. The Create Linked Issue post-function is fine itself. If I remove the regex condition it creates the linked issue every time. It's just the regex isn't validating as true for some reason.
Am I missing something simple here?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.