I am having trouble getting regular expressions working in Jira Workflow Validators. I am trying to get Issue Checkbox workflow control validation as per this link, but no matter what I try, I cannot get a regex to match with the Field "Checklist Content YAML".
Here is an example of an error message I get when doing a regex .*text.* as a test expression which to my mind should definitely trigger a match on the YAML data.
Is there some setting somewhere I need to enable regex or something? I have tried the recommended expression "(?s).*- text: first item\W*checked: true.*" to no avail, and many other regex expressions which should match fine, and some which would not match in case it was a logic thing. Everything I try gives me an error like the above one when transitioning issues with a regex validation on it.
Any ideas?
After trying again, I managed to get it working. Must have had the regex/checklist name wrong in a few different ways before finally stumbling on the answer.
Hi @Uriah Ryken are you trying to validate checkbox field values via Regex validator ?
do you want process, if selected value is selected?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.