Get Project Fields
jira_get_project_fieldsRetrieve the fields available for issues in a Jira project, deduplicated across issue types. Returns field details including ID, name, required status, schema type, and applicable issue types.
Instructions
Get the fields available on issues of a project (the create schema), deduplicated across the project's issue types — i.e. which fields tickets in this project have, regardless of whether they are filled.
Args: ctx: The FastMCP context. project_key: The project key.
Returns: JSON string with a list of fields: each {field_id, name, required, schema_type, custom, issue_types}. Empty list if none / on error.
Raises: ValueError: If the Jira client is not configured or available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | The project key, e.g. 'PROJ'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |