JumpToFrontPageOnTicketResolve
Jump to navigation
Jump to search
Contributed by sloppy coder
Overview
After completion it always struck me as odd that you would be delivered back to the ticket you just closed -- you're done with it in most cases. I wrote this scrip to bounce me to the frontpage when I resolve tickets. I'd love to find a better way to do this.
Description: JumpToFrontPageOnTicketResolve Condition: On Resolve Action: User Defined Custom action preparation code: return 1; Custom action cleanup code: printf('<meta http-equiv="refresh" content="0;url=http://helpdesk">'); return 1; Template: Global template: Blank