reassigning ticket categories
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 01:37 PM
We added and removed "categories" and would like to reclassify some past tickets to the new categories without doing it manually due to the volume. Can this be done and if so, how? Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2025 04:06 AM
I hope you are doing well!
Did it work ? Was my reply helpful?
If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 06:24 PM
Hi @jillbutterw
You can make use of ServiceNow Predictive Intelligence - Classification. You can train a Classification Model which will predict ticket category based on certain input parameters like short description, description etc.
Once the model is trained, you can make use of a flow to call this model via Flow Action - Classification Prediction to predict the category and make use of Update Record action to update your record. You can also call your model via Fix Script.
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.