You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello!
In my Service Management project, issue descriptions sometimes contain serial numbers matching the regex pattern "[0-9]{8}[A-Z]{4}[0-9]{8}". (ex. 12345678ABCD12345678)
I am trying to use the {{issue.description.match}} smart value to search tickets and populate any serial numbers to a custom field I've created (Serial Number). My automation registers "success" but does not populate any Value to the Serial Number field.
Q: Is my Regex correct to make this possible or are there alternative methods you can suggest?
Hi @Noah Tanzer
Your regex looks good. Does your issue contain just the serial number, or is there other bits of data in the description? Your regex requires it to only have the serial number in the description.
Otherwise, perhaps try logging out {{issue.description}} using `Log Action` component? And maybe you can try playing around with the smart value there to see if you can get results.
If that doesn't bear fruit, you can raise this through the support portal at https://getsupport.atlassian.com/ so the team can take a closer look.
Cheers
Sam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.