Get Issue
get_issueGet details for a specific issue in a Bitbucket repository by providing the repository slug and issue ID. Returns issue information or an error if the issue tracker is disabled.
Instructions
Get details for a specific issue.
Args: repo_slug: Repository slug issue_id: Issue ID workspace: Workspace name (optional, defaults to configured workspace)
Returns: Issue details. If the repository has no issue tracker, returns {"error": "issue_tracker_disabled", ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | ||
| repo_slug | Yes | ||
| workspace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |