Bug in State handling of Tasks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 11:53 PM - edited 02-01-2024 11:58 PM
Is there a bug in handlinks states in the task table?
When I show the list of tasks (parent to incident, sctask and so on) the list of tasks (obvious) and states is shown.
The state is in text form. The value seams to come from the statelist assigne to the derived table like incident. If I filter on the list e.g. for closed tasks, I see some tasks with a state <> "closed". It seams the filter uses the numeric representation of the state.
Is there any way to filter for the text value "Closed"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 11:55 PM
Please elaborate the issue, what is the error, what is the issue
Regards,
Piyush Sain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 11:59 PM
Sorry, I was still writing on it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2024 12:08 AM
It can be done by applying the query in the link, for example the link is https://xxx.service-now.com/task_list.do?sysparm_query=state%3D3&sysparm_view=
after sysparm_query= change the text to state=closed, so now the link should be https://xxx.service-now.com/task_list.do?sysparm_query=state=closed
Regards,
Piyush Sain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2024 02:21 AM