...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...
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...
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...
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...
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...
...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...
...ble to create a RegEx dynamically and handing it over to another function" Here is the functional part of my concept: 0) Trigger: Doesn't matter for this case 1) Action: Create Variable This is a c...
Hi folks I Am trying to validate a single-line text box to include $ values like $1020.00 and this is the behavior on the custom field. I see no error and still can't have this behavior working &n...
...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...
Copied to clipboard