...he users are mentioned without any text in the comments, which of course defeats the purpose. This is something to do with regex in the smart value but I can't figure out. Smart Value :&n...
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...
...utomation vs. Scriptrunner due to some organizational limitations. I have tried various regex options but apparently DC does not support a lot of them like match and extract. Also, I know JIRA s...
...7653)").size}} which I expected should have returned 1, but it returns 0. I have played around with the regex and found that is I match on another element in the block it works fine, like this: {{w...
Hi Team, I am looking for a regex solution to trim the summary of a Jira ticket that is generated from the incoming email handler. Before creating the ticket, I want to extract only the relevant p...
...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...
Hi Atlassian community, I'm hoping someone can help me find the correct regex to target Gravity Forms values in a comment on Trello. Basically, I am using a Powerup called Sendboard to send G...
I'm having issues with a Form that customers are uploading non-breaking space characters into a Long Text field. Using regex testing sites I was able to get the following pattern: [^\h...
Hi All, Ive been spinning my wheels here so I figured I would reach out. I am trying to create an automation to copy the following date format to the Start date field (date picker) Format...
Hi, We are experiencing an issue with the Regex field validator in the JIRA transition workflow. Could anyone help identifing why the following Regex fails? ^(?!\s*$)(?!\b(tbd|TBD)\b)(?!\.).* T...
Hi. I have a customfield, that includes a mullti select list with structured information. I try to find a query, that returns any items that start with a certain substring. Values in the list could...
...ave worked out the RegEx expression I will need, I know how to use the "replaceAll" function within a smart-value, but I cannot figure out how to combine them, because I get an error when I try and r...
...ttps://community.atlassian.com/t5/Jira-questions/Update-summary-with-updated-due-date/qaq-p/2329197 But, the regex of (in the example linked post) {{issue.summary.replaceAll("(\(.*\))",issue.duedate...
...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...
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...
Good day! I am desperately trying to automate this flow: Using this smart value: {{#issue.comments}}{{body.match("((\w+\.\w+)(?=].*merge request))")}}{{/}} Sadly, I get notified that ...
...alue exactly matching a regex. I have tried these: (Dev|Stage) refresh \d{4}-\d{2}-\d{2} (?:Dev|Stage) refresh \d{4}-\d{2}-\d{2} \w+ refresh \d{4}-\d{2}-\d{2} These all pass the regex v...
...ustom fields) using Regex as shown. I am bit confused whether to select one or more fields from Choose fields to set and remaining in additional fields or I am missing something as got this error i...
...xpression in regex101.com that works as expected, but not in the Confiforms validation rule. I am not sure if this is a bug or not in the application. I have the code written as: &n...
When I create an Epic with a description like the following: Here are the tasks we need to accomplish within this epic: % change security group on elektrac %...
...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 ?
Hi, We already tried using regex without the add-ons, but we can't customize the error message. Therefore, we stumble upon a post that suggests using the Power Script add-on, but we can't seem to f...
...upport.atlassian.com/trello/docs/pattern-matching-and-wildcards/) and it gives a lot of details about matching, but I couldn't find anything about excluding. I also read that regex can be used within Trello's a...
Hi Community, I just started playing around with regex in automation rules but cannot make it work. I am trying to update the "request type" field if description contains "Priority: M...
Hi, I want to escape all mardown characters in a text to post it on slack without formatting. For this I use {{value.replaceAll("([*_{}\[\]()#\+\-\.!|])", "\\$1")}} The problem is,...
Copied to clipboard