Create Pull Request Task
create_pull_request_taskCreates a task on a Bitbucket pull request, with optional linking to a specific comment for tracking code review action items.
Instructions
Create a task on a pull request, optionally linked to a specific comment.
Args: repo_slug: Repository slug pull_request_id: Pull request ID content: Task content in markdown format comment_id: Optional comment ID to link the task to a specific comment workspace: Workspace name (optional, defaults to configured workspace)
Returns: Created task details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| repo_slug | Yes | ||
| workspace | No | ||
| comment_id | No | ||
| pull_request_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |