Hello! I am trying to add what is input into a custom field (Name of Employee) by a user when submitting a ticket into the issue summary of the ticket.
I've found the custom field ID, and have tried automation by including {{issue.customfield_12524}} in the summary based on request type. I've also tried {{issue.Name of Employee}} and a couple of other options based on articles I've found.
However, once submitted, the result is just a string of numbers, (ex. 5e82917b9e34c00c17d20444), not the actual content of the custom field.
What am I doing wrong? Should I pre-populate the summary field in the request type with something specific to produce the desired return? Am I using the wrong code structure in the automation?
Please help!
Thanks,
Justin