
OK here is what I wanna do.
We are using OTRS internally to manage tickets from our 5 offices.
We are manually setting the Dynamic Field "Office" based on the location of the user. (Office 1, Office 2, etc...)
This is mainly for statistics tickets/office, asked by our manager.
My users are coming from LDAP and my mapping does get the city from the user, so that part is already setup correctly.
I would like to know if there would be a way in OTRS that would do this automatically based on the "user city" when they submit the ticket by email.
Kind of this :
Event : TicketCreated -> if UserCity = "Florida" then Dynamic_Office = "Office1" and so on ....
I hope you understand what I'm trying to achieve.
Thanks for you input.