Get Service Desk For Project
jira_get_service_desk_for_projectRetrieve the Service Desk linked to a Jira project key for Server/Data Center instances, helping identify support portals for specific projects.
Instructions
Get the Jira Service Desk associated with a project key.
Server/Data Center only. Not available on Jira Cloud.
Args: ctx: The FastMCP context. project_key: Jira project key.
Returns: JSON string with project key and service desk data (or null if not found).
Raises: NotImplementedError: If connected to Jira Cloud (Server/DC only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | Jira project key (e.g., 'SUP') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |