store_analysis
Persist completed defect-triage analyses to the historical knowledge base for reuse in future triage. Merges new field values into existing records to keep histories current.
Instructions
Store a completed triage analysis in the Historical KB.
Accepts a dictionary with ticket_id (required) and any of: summary, description, product, component, version, root_cause, verdict, defect_type, confidence, affected_class, affected_method, error_type, error_message, error_code, stack_trace_signature, fix_description, fix_type, pr_link, pr_status, commit_hash, branch, files_changed, confluence_page_ids, related_tickets, analyst, model_used, tags, etc.
If the ticket already has a record, fields are merged (non-empty new values overwrite existing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |