Category Configuration¶
Define ticket categories with keyword detection.
Basic Setup¶
categories:
auto_detect: true
custom:
- name: Bug Report
keywords:
- bug
- error
- crash
- broken
- name: Feature Request
keywords:
- feature
- enhancement
- suggestion
Detection Logic¶
- Keywords match subject and description
- Case-insensitive
- First match wins
- Unmatched → "Uncategorized"
Tips¶
- Use specific keywords
- Order by specificity
- Include misspellings