bb_create_issue
Creates a new issue in a Bitbucket repository with customizable title, body, kind, and priority.
Instructions
Create an issue in a Bitbucket repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Issue kind | task |
| title | Yes | Issue title | |
| content | No | Issue body (markdown) | |
| priority | No | Issue priority | minor |
| repo_slug | No | Repository slug/name; defaults to the repo detected from the current directory's git remote | |
| workspace | No | Bitbucket workspace |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |