List fields
jira_list_fieldsList Jira fields with ID, name, schema type, and custom flag. Filter by name or ID to find the customfield ID for any field, and identify duplicate names.
Instructions
THE discovery tool for field ids: every field with id, name, schema type and the custom flag, so "Story Points" resolves to customfield_10016 and back. query filters by name or id. duplicateNames lists names carried by more than one id — when a name appears there, ask which field is meant instead of picking one. GET /field is not paginated, so this result is always complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Case-insensitive substring filter over field NAME and field ID, applied by this server (GET /field takes no filter). "story points" and "10016" both find customfield_10016. | |
| profile | No | Named credential profile for this call. Omit to use the active profile. Rejected when the server locks the profile (JIRA_LOCK_PROFILE). |