We are on Jira Cloud. I have automation rule that extracts the account id from the users mentioned in the comments and appends these users to the custom field. But this only works when the users are mentioned without any text in the comments, which of course defeats the purpose. This is something to do with regex in the…
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 working. anyone knows the correct syntax? Thanks Ariel
Hello, really stumped. I am on Data Center version 10.3.12 Long story short, I have need to extract a partial string from a set of text from a webhook. I am trying to use native automation vs. Scriptrunner due to some organizational limitations. I have tried various regex options but apparently DC does not support a lot of…
Hey community, I have run into an issue that gives me a mild headache. I am quite sure I am missing something basic but I cannot identify it. Background: I have read up an API response that looks like this: { "id": 27653, "name": "System", "color": "G200", "editable": true }, { "id": 27654, "name": "Completeness", "color":…
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 part of the summary and use it as the ticket summary. The original ticket summary reads: "The following 1 documents have been…
I'm setting up a query in Analytics to measure Jira releases (project fix versions marked as 'Released') per team. In our organisation, multiple teams use the same project, so their releases are distinguished with a prefix in the fix version name such as 'JA:', 'EW:' or 'SITH:'. A typical release name looks something like…
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 Gravity Forms notifications emails to my board. The email is posted as comment on the card and my goal is to create an automation that…
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\s]+ The above pattern matches characters that aren't horizontal whitespace (catches the ' ' non-breaking space) or whitespace. When I…
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: YYYY-MM-DD Here are Screenshots of my automation and the log showing failure Please help !
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)(?!\.).* The Regex enforces the rules not allowing an entry to the field: - Begins with a "." (period) - entry with "TBD", or "tbd" only -…
It looks like you're new here. Sign in or register to get started.