Get Comment On Pull Request
This API endpoint retrieves a specific comment from a pull request in a Bitbucket repository by providing the workspace identifier, repository slug, pull request ID, and comment ID as path parameters. It returns detailed information about the comment including its content, author, creation timestamp, inline positioning if applicable, and any metadata associated with the comment. This is useful for fetching individual comment details when you need to display, analyze, or process specific feedb...