Summary captures the essence of it. We have a NOC which will be raising tickets to our system consisting on Summary and description fields completed only.
Our requirement currently is to pull the users name and email to create a new account (if needed) and set it as the reporter. In some cases we may need a new ticket created in another project, but this is a simple process once the reporter is set.
The current automation is failing first at the regex to pull the email and put it in a field. Currently it is successfully finding the email, but pasting it in the field twice.
{{issue.description.match("([a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+)")}}
I am new to regex so I may have missed something obvious, I tried adding a .first in but not change to the double paste.
If you have any idea why it is posting twice, or a simple solution to this requirement I would appreciate any assistance.
Thanks in advanced.
Screenshot of current automation (I still need to make the command to get the users name out of the description, but one problem at a time).
Is the text in a specific location in "Description" each time, and near any other text which is always the same?
An example of the text in the Description field would be beneficial :)
Ste
It should follow a standard data set which is filled in manually. We managed to find a working solution with variables rather than populating custom fields. So I don't know why it duplicates twice, but a workaround has been found. Thanks for replying though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The typical data set would intro like as follows:
Customer Name:
Customer Email:
Customer Phone Number:
Customer Organisation:
Detailed summary of ongoing fault:
So we have used some automation like this to fetch from the MDS as a variable then create a user and apply it to the incident:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This has been super helpful. Can i also see the logic for the Add new customer and Edit issues field?
I am not able to figure out how to leverage the new smart values.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.