jira_search_fields
Search Jira fields by keyword with fuzzy matching to locate field definitions. Leave keyword empty to list the first available fields.
Instructions
Search Jira fields by keyword with fuzzy match.
Args: ctx: The FastMCP context. keyword: Keyword for fuzzy search. limit: Maximum number of results. refresh: Whether to force refresh the field list.
Returns: JSON string representing a list of matching field definitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results | |
| keyword | No | Keyword for fuzzy search. If left empty, lists the first 'limit' available fields in their default order. | |
| refresh | No | Whether to force refresh the field list |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |