MCP Libraries
mcp-jira-stdioTools Reference

jira_get_custom_fields

List all custom fields in Jira

jira_get_custom_fields

List all custom fields in Jira with their types and schemas.

Parameters

None required.

Example

{
  "tool": "jira_get_custom_fields",
  "arguments": {}
}

Response

Returns array of custom fields:

  • id - Custom field ID (e.g., "customfield_10001")
  • name - Field name
  • description - Field description
  • type - Field type
  • schema - Field schema with data type information

Use Cases

  • Discover available custom fields
  • Find custom field IDs for use in issue creation/updates
  • Understand custom field types and validation

On this page