get_pull_request_task
Retrieves details of a specific task within a pull request using project key, repository slug, pull request ID, and task ID.
Instructions
Get a specific task on a pull request.
Args: project_key: The project key. repo_slug: The repository slug. pr_id: The pull request ID. task_id: The task ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | ||
| repo_slug | Yes | ||
| pr_id | Yes | ||
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |