create_issue
Create new issues in Bitbucket repositories to track bugs, enhancements, proposals, or tasks with customizable priority levels and assignees.
Instructions
Create a new issue in a repository's issue tracker.
Args: repo_slug: Repository slug (name) title: Issue title content: Issue description in markdown (optional) kind: Issue kind - "bug", "enhancement", "proposal", or "task" (default: bug) priority: Issue priority - "trivial", "minor", "major", "critical", or "blocker" (default: major) assignee: Account ID of the assignee (optional) workspace: Bitbucket workspace (optional if configured)
Returns: Created issue details or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| title | Yes | ||
| content | No | ||
| kind | No | bug | |
| priority | No | major | |
| assignee | No | ||
| workspace | No |