is there a way to amend the format of the subject field in FreshSerivce.
currently the ticket number is at the end of the ticket subject. we’d like it to be at the beginning.
subject current format example: test subject #INC -123
preferred format: #INC - 123; test subject.
Page 1 / 1
Hi.
Yes, you may customize all.
And I’d suggest to adapt is as the recommended way, with the format t#INC-NNNNN] (including square brackets), so replies would be properly appended to tickets.
You may go to Admin - Workflow - Email Notifications. From there, you may (and need to) modify the different emails that are sent, and adapt them to your needs. Remember in particular to maintain the Reply template, which is the one used (implicitly) by agents when responding to tickets.
You would need to loop through your tickets and run an update command against each of them in order to update the subject with the desired one.
In order to avoid more complex escenarios of GET API calls, parsing that output, adjusting it, and then creating the PUT API calls, I’d suggest to export your ticket list (or at least the ones you wish to modify, like the currently Unresolved only), format the subject as desired in a spreadsheet, and then you’d be able to form the series of PUT API calls to update them.
thanks.. that’s for the email notifications. i understand how to do that. i want to change the contents of the subject field.
i want the ticket number to be at the beginning of the subject field. this has nothing to do with email formats.
Hi @MariamP - I think what you are asking is whether the ticket list layout can be adjusted so that the Ticket ID is at the start of the Subject field in the Agent’s view.
Unfortunately no - for whatever reason, FW always puts the ID at the end of the Subject field - tbh it should be its own field not sure why they are still grouped together in this way.
The only thing you could do is move the Subject field more to the left in the results window and then stretch the Subject field itself so you can see more of the subject line.
You can also freeze or lock columns and they will continue to display even as you mouse away to the right.