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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.