Hi,
Want to ask if it's possible to auto-fill a field (A) based on another field (B) while typing into field B on Jira Service Management.
Or if there are any plugins/apps that can support my case.
For instance
I have 3 fields:
I would like to have the email field to be automatically filled in, following the rules below.
if lastName is NOT empty then email = lowercase(firstName.lastName)@email.com
else email = lowercase(firstName.firstName)@email.com
example 1:
example 2:
The change should be done while the customer is typing in the first name & last name.
So as the customer types 'j', 'o', 'e' into the first name field, the email field should also follow.
Thank you.
Hi Curt,
Thanks for replying.
My use case is for new employee onboarding process. So we can't register the email as a customer because it's not yet registered.
This employee onboarding ticket would also be used for triggering an automation engine in the back for creating the employee's Google Workspace account and some other processes.
The auto-generated email is to reduce the risk of human error, compared to when the HR team fully types it down manually, while simultaneously providing flexibility for them to change the email if necessary.