Bug in State handling of Tasks

kunz
Tera Contributor

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"?

6 REPLIES 6

piyushsain
Tera Guru
Tera Guru

@kunz 

Please elaborate the issue, what is the error, what is the issue

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Regards,
Piyush Sain

kunz
Tera Contributor

Sorry, I was still writing on it

piyushsain
Tera Guru
Tera Guru

@kunz 

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

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Regards,
Piyush Sain

kunz
Tera Contributor

Hi,

 

this is exactly the way to reproduce. My list looks like