When closing a ticket in Aria Chatbot we see the following message:
Status of the ticket XX is updated to NONE
This message should reflect the correct status instead of NONE
Release : 17.3 RU22
This message is displayed as a result of API changes which do not allow us to dynamically retrieve the ticket status
We can fix this message by modifying the following file:
xFlow\APPS\Services\collabmicroservice-17.0.479\conf\messages.en-US
Modify the following line:
BCF0028 = Status of the ticket @@ref_num@@ is updated to @@status@@
and change it to
BCF0028 = Status of the ticket @@ref_num@@ is updated to Closed
After that, please restart xFlow services and halt and start RASA.
This line is only related to the Close Ticket action so it is safe to make this change.
But as always, we recommend testing in a non production environment first.