action bitbucket_get_repositories_workspace_repo_slug_components_component_id { label: "Get a component for issues" description: "Returns the specified issue tracker component object." provider: bitbucket method: GET path: "/repositories/{workspace}/{repo_slug}/components/{component_id}" encoding: json output: { type: "object" } }