Virtual agent | Ticket status

subin p s
Tera Contributor

Hi All ,

 

we implementing VA for our client and in the Ticket status module we are getting RITMs in Closed Complete state as well, How can we configure in such a way that only work in progress state RITMs are shown in Virtual agent.

 

Thanks in Advance,

Subin PS

2 REPLIES 2

Abbas_5
Tera Sage
Tera Sage

Hello @subin p s,

Please refer to the below link:
https://www.servicenow.com/community/virtual-agent-nlu-articles/virtual-agent-enhanced-check-ticket-...

 

Mark my correct and helpful, if it is helpful and please hit the thumbs-up button to mark it as the correct solution.
Thanks & Regards,
Abbas Shaik

Ryax
Tera Expert

Looks like Abbas has already pointed you in the right direction but it will be the query that checks for Incidents/Requests in the 'Check IT Ticket Status' topic that you'll need to look at (providing that is the topic you are utilising). Mine seems to have this in it OOB:

 reqItems.addQuery('active', true);

 Does yours have the same?