List Tasks On Pull Request

This GET operation retrieves all tasks associated with a specific pull request in a Bitbucket repository. By providing the workspace identifier, repository slug, and pull request ID in the endpoint path, users can fetch a comprehensive list of tasks that have been created within that pull request, including details such as task content, state, assignee, and metadata. This is useful for tracking action items, code review comments, and follow-up work items that need to be addressed as part of t...