Get Issue Forms
jira_get_issue_proforma_formsRetrieve all ProForma forms linked to a specific Jira issue using the Jira Forms REST API, returning form IDs as UUIDs for integration or analysis purposes.
Instructions
Get all ProForma forms associated with a Jira issue.
Uses the new Jira Forms REST API. Form IDs are returned as UUIDs.
Args: ctx: The FastMCP context. issue_key: The issue key to get forms for.
Returns: JSON string representing the list of ProForma forms, or an error object if failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Jira issue key (e.g., 'PROJ-123') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |