This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Bookmarklet To Open Ticket Number

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: ", "");