get_issue
Retrieve detailed information about a specific Bitbucket issue, including description, assignee, and metadata, by providing repository slug and issue ID.
Instructions
Get details of a specific issue.
Args: repo_slug: Repository slug (name) issue_id: Issue ID workspace: Bitbucket workspace (optional if configured)
Returns: Issue details including description, assignee, and metadata
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| issue_id | Yes | ||
| workspace | No |