I created a really simple javascript bookmarklet to open up the URL to a ticket directly. Clicking on the bookmark will prompt you for the ticket number.
javascript: window.location = 'HELPDESKURL/.../view' + prompt("Enter ticket number: ", "");