- osTicket Version: v1.18.1 (0375576)
- Web Server Software: Apache
- MySQL Version: 5.7.44
- PHP Version: 8.2.25
I'm having issues getting different results for a reason that I cannot figure out when I use %{recipient.ticket_link} in an email template (Ticket End-User Email Templates/Response/Reply Template).
Sometimes, %{recipient.ticket_link} generates a link with an auth code. Other times, it generates a link to the ticket by its ID.
If the email generates the following, with an "auth={code}" query string, they will go straight to the ticket in question.
If the email generates the following, with an "id=####" query string, the get caught at the email and ticket id login.
I cannot for the life of me figure out why sometimes you get one vs the other. What I am hoping for it the "auth" link every time.