action bitbucket_get_repositories_workspace_repo_slug_issues_issue_id_comments_co { label: "Get a comment on an issue" description: "Returns the specified issue comment object." provider: bitbucket method: GET path: "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/comments/{comment_id}" encoding: json output: { type: "object" } }