memory_create_issue
Create and track bug reports or enhancement requests in the Memora memory system with status, severity, and component details for organized issue management.
Instructions
Create a new issue/bug memory.
Args: content: Description of the issue status: Issue status - "open" (default) or "closed" closed_reason: If closed, the reason - "complete" or "not_planned" severity: Issue severity - "critical", "major", "minor" (default) component: Component/area affected (e.g., "graph", "storage", "api") category: Issue category (e.g., "bug", "enhancement", "performance")
Returns: Created issue memory with auto-assigned tag "memora/issues"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| status | No | open | |
| closed_reason | No | ||
| severity | No | minor | |
| component | No | ||
| category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |