10.0: Tags and multi-classification using custom records #22
jstanden
started this conversation in
Guides and Tutorials
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introduction
Tags can be used for multi-label classification on records.
Records can have one or more tags that you can use for filtering and reporting.
This is commonly used to measure the frequency of different types of issues on tickets during customer support (e.g. question, bug report, feature request).
Import the package
Log in to Cerb as an administrator.
Navigate to Setup -> Packages -> Import.
Paste the following package:
Click the Import button.
This adds a custom record for Tag.
There are three example tag records:
A Record Links custom field is added to Ticket records.
Adding new tags
Click the logo in the top left to reload the page.
Navigate to Search -> Tags.
You can manage possible tags from this worklist.
Tagging tickets
Navigate to Search -> Tickets and open the profile page of any ticket.
Click the Edit button at the top of the profile.
You can add one or more tags using the new field.
Filtering by tags
Navigate to Search -> Tickets.
You can add tags to the worklist by clicking on the gear icon to the top right of the worklist.
Check the Tags column.
Click the Save Changes button.
Tickets without tags
Find tickets without tags using the query:
Tickets with a specific tag
Find tickets with a specific tag using the query:
Tickets with any tag
Find tickets matching any given tags using the query:
Tickets with all tags
You can find tickets that match all of the given tags using the query:
Extending tags
You can add new custom fields to tag records and use those in filtering.
For instance, you can categorize tags. Or you can add keywords to tags, and have an automation automatically apply relevant tags on new messages.
Next steps
Beta Was this translation helpful? Give feedback.
All reactions