I'm trying to use a validator to make sure issues with "<Update Text>" in the description can't transition. The regex I think should work is this: ^(?:(?!<Update Text>).)*$ I've a...
...antest99 : CHG000123" becomes "iantest99". I have tried {{varSource.remove(" : CHG[0-9][0-9][0-9][0-9][0-9][0-9]")}} and other variations on the regex, but I can't get it to work. Any ideas ?
...pecific code but it doesnt work when it should iterate. For some reason, when i try to use advanced branching, i cant get the regex work with this smart value {{issue.description.match("[A-Z]{1...
...arliestUnreleasedVersion() I can show a filter with the one further down in the release list. Now, I would like something similar but filtering with the bugfix, minor, or major regex expressions. I see t...
...ipelines EW: Target State Modernisation I figure the easiest way to extract that team prefix given it's variability in position is with a regex, so have been trying to use the REGEXP_EXTRACT f...
What I am trying to do is grab the labels from an issue and then use regex to look for a pattern and if it is there assign the sting to a variable. As you can see below I am using a Restful call to g...
...dea on this so far has been to attempt this with regex, but I don't think Jira Automation can accept Regex in their lookups. Does anyone have any ideas on this one? Thanks in Advance!
Hello, my fellow community members, I am running into a regex issue when trying to parse some information from an email - description of the ticket. I have tried a few things but keep getting e...
...reated an automation using the guidance here and have a similar set of steps as in that example. My regex for the THEN step, which completes the "Submitted by" field, says: {{issue.description.match...
Hi, i want to validate story point with regex, users only can choose 1,2,3,5,8,13,21 i write this /^(1|2|3|5|8|13|21)$/ but not working, get this error Field Story Points w...
Copied to clipboard