...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...
...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...
...comment is edited at each loop, but since it edits the initial comment (and not the updated comment), it shows only the initial comment with the last edit and not the combined edits... Here is w...
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...
...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...
I've been trying to set a rule to validate the labels of a Bug to ensure they belong to a fixed set of allowed values. The rule is simple, if any value was entered that doesn't match the regex, the r...
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...
Copied to clipboard