Get Form Details
jira_get_proforma_form_detailsFetch detailed ProForma form details and ADF design structure from a Jira issue. Uses the Jira Forms REST API.
Instructions
Get detailed information about a specific ProForma form.
Uses the new Jira Forms REST API. Returns form details including ADF design structure.
Args: ctx: The FastMCP context. issue_key: The issue key containing the form. form_id: The form UUID identifier.
Returns: JSON string representing the ProForma form details, or an error object if failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form_id | Yes | ProForma form UUID (e.g., '1946b8b7-8f03-4dc0-ac2d-5fac0d960c6a') | |
| issue_key | Yes | Jira issue key (e.g., 'PROJ-123') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |