manage_issues
Manage repository issues by listing, viewing, creating, and updating them with actions, states, priorities, and assignments.
Instructions
Unified tool for managing repository issues (list, get, create, update)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'list', 'get', 'create', 'update' | |
| workspace | Yes | Workspace slug | |
| repo_slug | Yes | Repository slug | |
| issue_id | No | Issue ID (for 'get', 'update') | |
| title | No | Issue title (for 'create', 'update') | |
| content | No | Issue description content (for 'create', 'update') | |
| state | No | Issue state: new, open, resolved, on hold, invalid, duplicate, wontfix, closed (for 'list', 'create', 'update') | |
| kind | No | Issue kind: bug, enhancement, proposal, task (for 'create', 'update') | |
| priority | No | Issue priority: trivial, minor, major, critical, blocker (for 'create', 'update') | |
| assignee | No | Account ID of the user assigned to the issue (for 'create', 'update') | |
| query | No | Filter query (for 'list') | |
| page | No | Page number | |
| pagelen | No | Results per page |