JiraBugResolver | MCP 服务详情 | OpenClaw Study

JiraBugResolver An MCP (Model Context Protocol) server that fetches Jira bug tickets and uses AI to generate structured analysis reports — root cause, fix…

JiraBugResolver An MCP (Model Context Protocol) server that fetches Jira bug tickets and uses AI to generate structured analysis reports — root cause, fix recommendations, code patches, and validation tests. Built with MCPize and powered by Groq AI. How It Works You paste a Jira issue key or URL into your AI assistant (Cursor, VS Code Copilot, Claude Desktop, etc.) The MCP server fetches the ticket from Jira using your credentials Groq AI analyses the bug and returns a structured report with root cause, fix steps, code patch, and test suggestions Tools — Step by Step 1. resolveJiraBug — AI Bug Analysis The main tool. Fetches a Jira issue and returns a full AI-generated report. Steps: Pass a Jira URL or issue key (e.g. PROJECT-123) The tool extracts the Jira instance URL automatically It authenticates using available credentials (headers → env vars → stored creds → OAuth) Fetches the issue details from Jira REST API Sends the issue to Groq AI for analysis Returns: root cause, fix recommendation, code patch (diff), and suggested tests Example prompt: "Resolve the bug https://company.atlassian.net/browse/PROJECT-123" 2. fetchJiraDescription — Fetch Ticket Details (No AI) Retrieves raw Jira ticket metadata without AI analysis. Steps: Pass a Jira URL or issue key The tool fetches the issue from Jira Returns: summary, description, status, priority, type, reporter, assignee, labels, and comments Use when: You only need the ticket info, not a full bug analysis. 3. setJiraCredentials — Save Credentials for a Domain Store Jira credentials in memory so you don't have to pass them every time. Steps: Provide the baseUrl of your Jira instance (e.g. https://company.atlassian.net) For Jira Cloud: provide email + apiToken For Jira Server/DC: provide bearerToken Credentials are saved in-memory for the session (not persisted to disk) Note: You can configure multiple Jira domains simultaneously. 4. listJiraCredentials — View Configured Domains

本页属于 OpenClaw Skills 学习体系,覆盖技能安装、分类导航与实战链接。

English 繁體中文 日本語 Español Português