You're viewing a demo portfolio

Join the waitlist
PRSM

fetch_jira_issue

Active

Tool of IA-QA — 130+ QA & Dev Tools for AI Agents

declared in 1.0.0

Fetch a complete Jira issue: summary, description converted to Markdown, status, assignee, priority, labels, custom fields, and optionally comments and attachment metadata. BYOK — credentials transit in-memory only, never stored on ia-qa.com.

Parameters schema

{
  "type": "object",
  "required": [
    "issue_key",
    "jira_base_url",
    "jira_email",
    "jira_token"
  ],
  "properties": {
    "fields": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Specific Jira field names to return. Omit for all standard fields."
    },
    "issue_key": {
      "type": "string",
      "description": "Jira issue key, e.g. \"PROJ-123\""
    },
    "jira_email": {
      "type": "string",
      "description": "Atlassian account email"
    },
    "jira_token": {
      "type": "string",
      "description": "Atlassian API token (from id.atlassian.com > Security > API tokens)"
    },
    "jira_base_url": {
      "type": "string",
      "description": "Atlassian base URL, e.g. \"https://mycompany.atlassian.net\""
    },
    "include_comments": {
      "type": "boolean",
      "description": "Include issue comments, up to 20 (default: true)"
    },
    "include_attachments": {
      "type": "boolean",
      "description": "Include attachment metadata list (default: false)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

IA-QA — 130+ QA & Dev Tools for AI Agents

https://github.com/jcjamet/ia-qa

1/7 registries
View full server →