Hi
My Service request is created by email, i just want to automatically update the reporter by using the email of the customer specified on the description (Cf Screenshot).
I tried to create an automation rule without succeed
I tried this to solution on the automation rules
{
"fields": {
"reporter": {
"emailAddress": "{{issue.description.match("Email :\s(.*)")}}"
}
}
}
{
"fields": {
"reporter": {
"emailAddress": "{{issue.description.substringBetween("Email :", ")"}}"
}
}
}
without succeed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.