...an use the index value plus notation to get the next 5 characters that I want. But I am still having issues. I am debugging by writing to the log, but while the automation does not fail or e...
Hello folks, I want to achieve automatic clone of the issues (from some template project) based on the codes in the description. So, when new project is created, sample task is created a...
Hello Community, We'd love some help in fetching a number with regex. My string is: "CIO: 15%" I want to fetch: 15 i tried doing {{issue.customfield.match("\d+")}} but its not w...
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...
...hat there is the option to use unreleasedVersions() but this gives a list and then I do not know how to further filter it with the regex and/or take the earliest one. Does anybody know h...
Hi, in my automation I have a string that ends with the string ": CHGnnnnnn" where n is any digit. I want to remove the " : CHGnnnnnn" part from the string so I am left with the root e.g. "i...
...unction in my select statement like so: SELECT REGEXP_EXTRACT(`Project fix version`.`name`, '(\b[A-Za-z]{2,4}:)') AS `Team`, ... Using the regex checker at https://regex101.com/, my regex looks like i...
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...
...eady for Testing' IF Platform = 'iOS' THEN edit issue and set fixVersion to <latest unreleased version that starts with iOS> I would then need to do the same for Android. Can t...
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...
Copied to clipboard