Hi!
I'm trying to edit the information that I set on a variable, for example:
I'm creating the variable {{person}} with the smart value from {{issue.reporter.emailAddress}}, and I need to remove the @company.com from the variable, so I'll get only the name.lastname from the whole email address. Is this possible?
Hi @Gabriel Freddi de Matos Santos
You could do that with the substringBefore() function when you create the variable:
For example with this:
{{issue.reporter.emailAddress.substringBefore("@")}}
And just to be clear, a rule cannot edit a Created Variable: however, you may re-create it with the same name to replace the value.
Kind regards,
Bill
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.