a year ago
developer-toolsMCP server that wraps jira-cli to enable AI assistants to interact with Jira
Overview
what is Jira CLI MCP Server?
Jira CLI MCP Server is a server that wraps the jira-cli command-line tool, enabling AI assistants to interact with Jira for project management tasks.
how to use Jira CLI MCP Server?
To use the server, install the jira-cli tool, set up the MCP server according to the provided instructions, and configure it to work with your AI assistant.
key features of Jira CLI MCP Server?
- list_tickets: Search and list Jira tickets using JQL queries.
- get_ticket: Retrieve detailed ticket information including comments.
- update_ticket_description: Update ticket descriptions with rich text formatting.
- add_comment: Add comments to tickets with Markdown support.
- assign_to_me: Assign tickets to the current user.
- move_ticket: Move tickets between different statuses.
use cases of Jira CLI MCP Server?
- Automating ticket management in Jira through AI.
- Integrating Jira with AI assistants for enhanced project tracking.
- Streamlining communication and updates on project tickets.
FAQ from Jira CLI MCP Server?
- Can I use this server without
jira-cli?
No,
jira-climust be installed and authenticated to use the MCP server.
- Is there a specific runtime required?
Yes, the Bun runtime is required for installation and execution.
- How do I run tests for this project?
You can run unit tests using
bun testand integration tests withbun run test:integration.