Parse any ticket field by using the given regex and sets the result in a custom field.
You can use http://rubular.com to test and validate your regular expressions.
-
You can apply the following regular expression to the ticket subject if you want to read an order number containing a sequence of letters and numbers:
-
Subject:
Order number: #FSH2368
-
Regex:
Order number: #([a-zA-Z]{1,}[1-9]{1,})
-
Result:
FSH2368
By downloading this app, you are agreeing to our terms and conditions