bb_delete_issue
Remove an issue from a Bitbucket repository by specifying its ID and repository slug. Supports workspace customization for targeted issue management in Python-based Bitbucket integration.
Instructions
Delete an issue from a Bitbucket repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issue_id | Yes | ID of the issue to delete | |
repo_slug | Yes | Repository slug/name | |
workspace | No | Repository workspace (defaults to kallows) | kallows |