Skip to main content

Search Issues

Search Jira issues using JQL (Jira Query Language). Parameters:
Always use ORDER BY for deterministic results. Use fields parameter to limit returned data for faster queries. Every issue in the response includes browse_url, a direct link to that issue in the Jira web UI.Set use_display_names: true to get human-readable keys for custom fields instead of opaque IDs like customfield_XXXXX. If a display name conflicts with another output key, that custom field keeps its raw ID so no value is lost.Cloud supports cursor-based pagination via page_token for deterministic results across large datasets. Continue by passing the response’s next_page_token back as page_token; Server/DC uses start_at instead.
Some JQL functions (e.g., issueHistory()) are Cloud-only.

Search Fields

Search Jira fields by keyword with fuzzy match. Parameters:
Use this to discover custom field IDs before using them in jira_create_issue or jira_update_issue.

Get Field Options

Get allowed option values for a custom field. Parameters:
Use contains to filter large option lists (e.g., hundreds of values). Combine with values_only: true for a compact response.

Get Project Issue Types

Get available issue types for a Jira project. Parameters:
The response includes each type’s ID, name, description, subtask flag, and untranslated name when Jira provides one.

Get Create Fields

Get fields available for creating an issue of a specific type. Parameters:
Use jira_get_field_options to retrieve allowed values for a custom field.
Each field includes its field ID, name, required flag, and schema.

Get Project Fields

Get the fields available on issues of a project (the create schema), Parameters:

Search Projects

Search for Jira projects by name or key prefix. Parameters: