JumpToFrontPageOnTicketResolve

From Request Tracker Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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