jira_search_issue_fields
Search JIRA issue fields by name using partial matching. Supply an issue key and search terms to retrieve matching field IDs and names.
Instructions
Search for specific fields by name in a JIRA issue. Provide an issue key and one or more search terms, and this tool will return matching field IDs and names. Supports partial/fuzzy matching - for example, searching for "test" will match "Task Test Procedure". Use this when you need to find the field ID for a specific field name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| searchTerms | Yes | Array of search terms to match against field names. Example: ["test", "story points"]. Partial matches are supported. | |
| issueIdOrKey | Yes | The JIRA issue ID or key to search fields for. Example: "IDS-10194" or "PROJ-123" |