Search Fields
jira_search_fieldsSearch Jira fields by keyword with fuzzy matching to quickly find field definitions when API tokens are unavailable.
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 |
|---|---|---|---|
| keyword | No | Keyword for fuzzy search. If left empty, lists the first 'limit' available fields in their default order. | |
| limit | No | Maximum number of results | |
| refresh | No | Whether to force refresh the field list |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |