Skip to main content
Glama

Freshrelease MCP Server

by dasscoax

fr_link_testcase_issues

Link multiple test cases to issues in Freshrelease projects by resolving keys to IDs and updating associations through API calls.

Instructions

Bulk update multiple test cases with issue links by keys.

- Resolves `testcase_keys[]` via `GET /{project_identifier}/test_cases/{key}` to ids - Resolves `issue_keys[]` via `GET /{project_identifier}/issues/{key}` to ids - Performs: PUT `/{project_identifier}/test_cases/update_many` with body { "ids": [...], "test_case": { "issue_ids": [...] } }

Input Schema

NameRequiredDescriptionDefault
issue_keysYes
project_identifierYes
testcase_keysYes

Input Schema (JSON Schema)

{ "properties": { "issue_keys": { "items": { "anyOf": [ { "type": "string" }, { "type": "integer" } ] }, "title": "Issue Keys", "type": "array" }, "project_identifier": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Project Identifier" }, "testcase_keys": { "items": { "anyOf": [ { "type": "string" }, { "type": "integer" } ] }, "title": "Testcase Keys", "type": "array" } }, "required": [ "project_identifier", "testcase_keys", "issue_keys" ], "title": "fr_link_testcase_issuesArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dasscoax/freshrelease_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server