bitbucket_issues
Manage Bitbucket issues by listing, creating, updating, deleting, commenting on, voting for, and tracking issues in repositories.
Instructions
Manage Bitbucket issue tracking. Actions:
list: List issues in a repository
get: Get details of a specific issue
create: Create a new issue
update: Update an existing issue
delete: Delete an issue
list_comments: List comments on an issue
add_comment: Add a comment to an issue
vote: Vote for an issue
unvote: Remove vote from an issue
watch: Watch an issue for notifications
unwatch: Stop watching an issue
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| workspace | Yes | Workspace slug | |
| repo_slug | Yes | Repository slug | |
| issue_id | No | Issue ID (required for most actions except list/create) | |
| title | No | Issue title | |
| content | No | Issue description or comment content | |
| state | No | Issue state | |
| priority | No | Issue priority | |
| kind | No | Issue type | |
| assignee | No | Assignee username | |
| q | No | Query string to filter issues | |
| sort | No | Sort field | |
| reporter | No | Filter by reporter | |
| page | No | Page number for pagination | |
| pagelen | No | Results per page (max 100) | |
| format | No | Output format: json (full), toon (compact tokens), compact (essential fields only) |