update_issue
Modify existing Bitbucket issues by updating title, description, state, priority, assignee, or kind to track project changes and progress.
Instructions
Update an existing issue.
Args: repo_slug: Repository slug (name) issue_id: Issue ID title: New issue title (optional) content: New issue description in markdown (optional) state: New state - "new", "open", "resolved", "on hold", "invalid", "duplicate", "wontfix", "closed" (optional) priority: New priority - "trivial", "minor", "major", "critical", "blocker" (optional) assignee: Account ID of new assignee, or empty string to unassign (optional) kind: New kind - "bug", "enhancement", "proposal", "task" (optional) workspace: Bitbucket workspace (optional if configured)
Returns: Updated issue details or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| issue_id | Yes | ||
| title | No | ||
| content | No | ||
| state | No | ||
| priority | No | ||
| assignee | No | ||
| kind | No | ||
| workspace | No |