Automatically categorizes incidents using OpenAI GPT-3.5 based on description content.
- Auto-assigns category when incidents are created without category
- Reduces manual categorization effort
- Improves consistency in incident classification
- Create system property:
openai.api.keywith your OpenAI API key - Create Business Rule on
incidenttable - Set to run
before insertwhen category is empty
Returns one of: network, hardware, software, database, security, email
Create incident without category - verify auto-assignment in work notes.