- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2017 11:55 PM
how to exclude the resolved tickets in task table filter?
I want to exclude the Incident -Resolved tickets in Task table Filter.
I tried with incident state and incident.incident state is not "resolved" - this is not working(Still i'm able to see the resolved tickets in list view.)
If i use state is not "scheduled" then its working ( not showing resolved tickets and scheduled tickets as well.)
But i need to show the scheduled tickets., so i can't use that option in filter.
please refer screenshot.
So Is there any filter to add to get solution for the above, please help me out if anyone knows
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2017 01:27 AM
Hi Sowmyab,
On my instance, this is the filter we use for exactly the same purpose you're trying to achieve:
All active tasks are visible, excluding resolved incidents.
The trick is to allow tickets with empty value in Incident State, else will not list non incidents records.
active=true^ref_incident.incident_state!=6^ORref_incident.incident_stateISEMPTY^assignment_groupDYNAMICd6435e965f510100a9ad2572f2b47744
I hope this help.
Shiva, from Switzerland
Please Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2017 11:59 PM
Hi,
Just give,
Status is not 'Resolved" for status filter.
Since you have given active = true, closed incidents will not come.
Thanks,
Vinitha.K
Please Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2017 12:03 AM
Thank You,
There is no status field in Task Table.
In state - we don't have the "resolved" option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2017 12:07 AM
If you want only tickets you can directly report on Incident table, right?
so, what is your requirement?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2017 12:18 AM