A JIRA integration server for the Model Context Protocol that enables AI assistants to interact with Atlassian JIRA issues directly through conversation. Built by Stanislav Stepanenko, this implementation provides tools to retrieve issue details, list assigned issues, and create tasks from JIRA tickets, all with consistent error handling and markdown formatting. The server uses a modular architecture with clear separation between API clients, formatters, and tool implementations, making it valuable for developers who need to access and manipulate JIRA data without switching context from their AI assistant.
No reviews yet. Be the first to review!
Sign in to join the conversation
Retrieves all issues assigned to you.
Gets detailed information about a specific issue. Parameters: issueKey (string) - Issue key (e.g., PD-312).
Retrieves comments for a specific issue with configurable options.
Create new JIRA issues with comprehensive field support.
Update existing issues with field changes and status transitions.
Retrieve and browse JIRA projects with filtering options.
Get JIRA boards (Scrum/Kanban) with advanced filtering.
Retrieve sprint information for agile project management.
Add time tracking entries to issues.
Retrieve worklog entries for issues with date filtering.
Update existing worklog entries.
Delete worklog entries from issues.
Get current authenticated user information.
Search JIRA issues with JQL or helper parameters.