Closed (fixed)
Project:
Support Ticketing System
Version:
6.x-1.3-rc1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2010 at 21:38 UTC
Updated:
6 Mar 2011 at 02:31 UTC
I have added a custom state called "Out of Scope". This was done by modifying the support_states tables directly which I understand is the recommended method to add new states.
Tickets which have a state of "Out of Scope" should not be listed in the "All Open" ticket view.
My question is how can I prevent "Out of Scope" tickets from appearing in the "All Open" view.
Many thanks.
Comments
Comment #1
jeremy commentedSet the isclosed flag to 1 for that state in the support_states table.
Comment #2
jeremy commentedProvided fix in earlier comment, closing.