Skip to main content
Search Jira issues using JQL (Jira Query Language)

Tool details

FieldValue
Namejira__search_issues
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "cloudId": {
      "type": "string",
      "description": "Atlassian cloud ID from accessible-resources"
    },
    "jql": {
      "type": "string",
      "description": "Jira Query Language search expression"
    },
    "maxResults": {
      "type": "number",
      "description": "Maximum issues to return"
    },
    "nextPageToken": {
      "type": "string",
      "description": "Pagination token from the previous Jira JQL search response"
    },
    "fields": {
      "type": "array",
      "description": "Issue fields to include"
    }
  },
  "required": [
    "cloudId",
    "jql"
  ],
  "description": "Input schema for the jira__search_issues tool."
}

Output schema

This tool does not publish an output schema.