Get Form Details
jira_get_proforma_form_detailsRetrieve comprehensive details for a ProForma form in Jira, including its ADF design structure, by providing the issue key and form UUID.
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 |
|---|---|---|---|
| issue_key | Yes | Jira issue key (e.g., 'PROJ-123') | |
| form_id | Yes | ProForma form UUID (e.g., '1946b8b7-8f03-4dc0-ac2d-5fac0d960c6a') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |