Update Issue
update_issueUpdate a Bitbucket issue by changing its title, description, state, kind, priority, or assignee.
Instructions
Update an issue (only the provided fields are changed).
Args: repo_slug: Repository slug issue_id: Issue ID title: New title (optional) content: New description in markdown (optional) state: New state: new, open, resolved, on hold, invalid, duplicate, wontfix, closed (optional) kind: New kind: bug, enhancement, proposal, task (optional) priority: New priority: trivial, minor, major, critical, blocker (optional) assignee: New assignee uuid (optional) workspace: Workspace name (optional, defaults to configured workspace)
Returns: Updated issue details. If the repository has no issue tracker, returns {"error": "issue_tracker_disabled", ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| state | No | ||
| title | No | ||
| content | No | ||
| assignee | No | ||
| issue_id | Yes | ||
| priority | No | ||
| repo_slug | Yes | ||
| workspace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |