I dreamed up another use case for TimeZest that would make setting up our Remote Help Desk sessions much easier!
We use ConnectWise Control, which lets a user join a session with a simple URL, like https://myitguy.hostedrmm.com:8040/?Code=123456
[screenshot showing the code pre-filled]
The "code" in this case, would be the Ticket Number.
Unfortunately, there's one VERY TINY problem that TimeZest creates: Both {{ ticket.id }} and {{ ticket.number }} return the Ticket number
PREFIXED
with a # which BREAKS the link, e.g. https://myitguy.hostedrmm.com:8040/?Code=#123456
[screenshot showing the code field is blank]
It seems like a no-brainer to remove the # from either .id or .number, or make a brand new {{ ticket.seriously-just-the-ticket-number }} variable.