bb_create_issue
Create issues in Bitbucket repositories with specified title, content, type, and priority. Supports custom workspace and repository slugs, aiding in efficient project tracking and management.
Instructions
Create an issue in a Bitbucket repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Issue content/description | |
kind | No | Issue type (bug, enhancement, proposal, task) | task |
priority | No | Issue priority (trivial, minor, major, critical, blocker) | minor |
repo_slug | Yes | Repository slug/name | |
title | Yes | Issue title | |
workspace | No | Repository workspace (defaults to kallows) | kallows |