action crucible_get_reviews_for_issue_key { label: "getReviewsForIssueKey" description: "Get a list of all reviews that have been linked to the specified JIRA issue key." provider: crucible method: GET path: "/rest-service/search-v1/reviewsForIssue" encoding: json input: { type: "object" properties: { jiraKey: { type: "string" } maxReturn: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }