Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automation Summary Field Contains

Wael
Contributor
August 4, 2023

Hello, 

Trying to figure out a way to make an automation triggered by a new issue created to check the summary to contains and be able to check for multiple word variations

 

Example; Summary: Apples are in market ---> I would like to check for Apples and a few variations ----> aapple, apple, applee

How can I add the above variations in the value field to have successful automation?

1 answer

0 votes
Sayed Bares _ServiceRocket_
Community Champion
August 4, 2023

@Wael I would suggest using match() with regex to look for multiple variations

Wael
Contributor
August 4, 2023

Thank you for the prompt reply and solution @Sayed Bares _ServiceRocket_ will test it right away.

Wael
Contributor
August 4, 2023

Not working; I wonder how it could be done in an easier way. 

Sayed Bares _ServiceRocket_
Community Champion
August 4, 2023

@Wael your automation should look something like this:

regex.jpg

You can add more patterns using https://regex101.com/

Sayed Bares _ServiceRocket_
Community Champion
August 4, 2023

FYI this is what I used:

(a|A)?apple(s|e)?

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events