Get Issue
get_issueRetrieve detailed information about a specific issue in a Bitbucket repository. Provide the repository slug and issue ID to get full issue details.
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 |