Hi, we have created a regex validator for a text field "^$|(?=.{1,127}$)[A-Za-z0-9]+([A-Za-z0-9\-\.]*)+$" to make sure the input string is 127 characters long, starts with a letter/n...
Hi team, We have some automations which are calculating the costs or time of the projects depending on the rate (customfield_10181), actually we have this expressions to calculate it: To the costs ...
...ritten one or two simple regex before and believe this ask is much more complicated than regex may be able to handle, but with my limited knowledge, I'm not even sure. So, I ask you a) is there an a...
...se for the moment a regex to extract the name text. I would like to get only the name of the object without bracket and without the CMDB ID. off topic : if it can help, here is the regex I use : d...
Hi We have a project where versions are named based on a name scheme that makes them predictable. Like "PROJECT NAME 0.0.1" I would like to create a rule that edits an issue and assi...
...9T17:41:15Z","resources":["arn:....."]} From the message field in OpsGenie I want to grab the arn and place it into the alias field. I've tried using string processing and regex methods to extract the a...
I'm using pull request merged trigger to transition issues through the workflow. If I don´t include any validation, Jira trigger actions over issue keys that finds in pull request title and pull...
Hello guys, I am working on a new automation to link all issues together based on my customfield "User's Email Address" I used on of the automations scripts in the Atlassian Library and tried to twe...
Hello guys, I am working on setting up a new automation script that will Clone an Issue and create a Bug when the customfield "Sub Category" value has been changed to "Bug" For whatever reason...
I want to trigger with a regular expression that if the percent is below 10% the alarm will be triggert who can help ? with how it looks like Current Incoming ASR 10%
...he regex would have matched past alerts in the system so that I can make sure it's picking up only those alerts I want to automate on, so I was hoping there was a way to use the regex pattern in the A...
Hello, our company is facing some difficulties with formatting used in automation. Right now I am working on sending content of the last comment added to the issue. I am able to acqui...
...here the condition is not met, it because the regex is not finding their email address. I think the regex should be tweaked for these kinds. Here is the html markup for one of the issues where it seems l...
Hi Dear community! Trying to solve the issue: how to replace multiple symbols? Using this smart value to replace a // with a . in the field summary. {{summary.replaceAll("//", ".")}} Bu...
...een selected the condition is valid is well :( maybe I was already close to the solution but I am really struggeling with Atlassian regex
Hello! I have had an unbelievable struggle getting this automation to do it's thing, and I'm very close to the finish line, hopefully someone can point out the silly mistake I've made a...
...icker field to accept anything I've thrown at it so far. The regex that finds the accountid is : \[~accountid:.+\] And the JSON is : { "update": { "customfield_10633": [{ "set": "{{i...
Hi there. Using either ScriptRunner / JSU / JMWE, is there a way to satisfy the following conditions: Fields: *File Source - Single Select field. Google Yahoo Bing *File Source URL - S...
...o regex so to test it I'm just having Jira bot return a comment with the URL. When I add the URL into a comment as a hyperlink, Jira bot returns the URL back twice. However, If I paste a non-h...
...tring if(field2.getValue().equals("Production")) { field1.setRequired(true) } else { field1.setRequired(false) } Goal: Validate the regex of the single line text field (Incident/s) once it becomes r...
Hi, We need a regex compatible with Postgres regex syntax (https://www.postgresql.org/docs/current/functions-matching.html) The two regexes we have found are for Java and they don't work in a p...
Hey there, I'm writing a Jira Automation Rule that is making a web request to gitlab. In the next step of the rule, I am trying to perform a regex match on the data using a pattern which n...
Hi! Our automation is looking at the comments to see if there is anything like ##TESTING123 and making that into a label (I have a regex match for ##). I strip off the ## and c...
Hi, unfortunately, I have not yet found a suitable answer, so I ask my question directly here: - Once a comment is created, the comment content should be parsed to users mentioned as @mention. - I...
Hi community, I am trying to replace spelling mistakes on our boards with correct words to avoid errors later. I am however having issues with negative rules in my trigger. Butler seems not...
Copied to clipboard