bynumberbookmarklet

for itninja

by Gerald Gillespie

JavaScript

javascript:s=prompt("Enter Ticket Number (blank for list)","");var srt="?&ORDER[]=SORT_OWNER_NAME&ORDER[]=PRIORITY_NUMBER&ORDER[]=IMPACT_ORDINAL&QUEUE_ID=",adIdx=window.location.href.indexOf("/admin"),hst=adIdx>0?window.location.href.substring(0,adIdx)+"/adminui":"http://k1000/adminui",lst="/ticket_list.php",newwin=false;ticket=new RegExp("%5E(%5B0-9%5D%7C%5B %5D)*%24");if(ticket.test(s)){newloc=hst+"/ticket.php?ID="+encodeURIComponent(s.replace(/ /g,""))}if(s.toLowerCase()=="new"){newloc=hst+lst+"/ticket.php?QUEUE_ID=1"}if(s.toLowerCase()=="na"||s.length==0||s==1){newloc=hst+lst+srt+"1"}if(s.toLowerCase()=="emea"){newloc=hst+lst+srt+"13"}if(s.toLowerCase()=="l3"){newloc=hst+lst+srt+"15"}if(s.toLowerCase()=="assist"){newloc=hst+lst+"?aq_search=Search&FINDFIELDS[WFIELD1]=HD_TICKET.SUBMITTER_FULLNAME&FINDFIELDS[EXP_SELECT1]=CONTAINS&FINDFIELDS[INPUT1]=Gerald&FINDFIELDS[UNION_SELECT2]=0&FINDFIELDS[UNION_SELECT3]=0&FINDFIELDS[UNION_SELECT4]=0&ORDER[]=STATUS_ORDINAL&ORDER[]=PRIORITY_NUMBER&ORDER[]=SORT_OWNER_NAME&ORDER[]=TITLE&QUEUE_ID=15"}if(s!=null){if(newwin){window.open(newloc);windows.location.href=newloc}else{window.location.href=newloc}}