MCPServers
JIRA - MCP server logo
2
0

Summary

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.

Available Actions(14)

jira_get_assigned_issues

Retrieves all issues assigned to you. Parameters: None. Returns: Markdown-formatted list of issues.

jira_get_issue

Gets detailed information about a specific issue. Parameters: issueKey (String) - Issue key (e.g., PD-312). Returns: Markdown-formatted issue details.

jira_get_issue_comments

Retrieves comments for a specific issue with configurable options. Parameters: See comment parameters below. Returns: Markdown-formatted comments.

jira_create_issue

Create new JIRA issues with comprehensive field support. Parameters: See issue creation parameters. Returns: Markdown-formatted creation result.

jira_update_issue

Update existing issues with field changes and status transitions. Parameters: See issue update parameters. Returns: Markdown-formatted update result.

jira_get_projects

Retrieve and browse JIRA projects with filtering options. Parameters: See project parameters. Returns: Markdown-formatted project list.

jira_get_boards

Get JIRA boards (Scrum/Kanban) with advanced filtering. Parameters: See board parameters. Returns: Markdown-formatted board list.

jira_get_sprints

Retrieve sprint information for agile project management. Parameters: See sprint parameters. Returns: Markdown-formatted sprint list.

jira_add_worklog

Add time tracking entries to issues. Parameters: See worklog parameters below. Returns: Markdown-formatted worklog result.

jira_get_worklogs

Retrieve worklog entries for issues with date filtering. Parameters: See worklog parameters below. Returns: Markdown-formatted worklog list.

jira_update_worklog

Update existing worklog entries. Parameters: See worklog parameters below. Returns: Markdown-formatted update result.

jira_delete_worklog

Delete worklog entries from issues. Parameters: See worklog parameters below. Returns: Markdown-formatted deletion result.

jira_get_current_user

Get current authenticated user information. Parameters: None. Returns: Markdown-formatted user details.

search_jira_issues

Search JIRA issues with JQL or helper parameters. Parameters: See search parameters below. Returns: Markdown-formatted search results.

Last Updated: April 17, 2025

Recensioni della Community

0.0
0 recensioni
5
0
4
0
3
0
2
0
1
0

Nessuna recensione ancora. Sii il primo a recensire!

Accedi per unirti alla conversazione

Coming soon to
HighlightHighlight AI

Linguaggio

TypeScript

Categorie

Tag