Get Pull Request Task
get_pull_request_taskRetrieve details of a specific task on a Bitbucket pull request, including its state, content, creator, and resolution information.
Instructions
Get a specific task on a pull request.
Args: repo_slug: Repository slug pull_request_id: Pull request ID task_id: Task ID workspace: Workspace name (optional, defaults to configured workspace)
Returns: Task details with state, content, creator, resolution info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| repo_slug | Yes | ||
| workspace | No | ||
| pull_request_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |