Jira
Summary
This Jira communication server, developed as an MCP implementation, provides a comprehensive interface for interacting with Jira through AI-assisted workflows. Built with TypeScript and leveraging the @modelcontextprotocol/sdk, it offers tools for executing JQL queries, managing tickets, listing projects, and handling attachments. The server stands out by providing a wide range of Jira-specific functionalities, including ticket creation, editing, and deletion, as well as user assignment and project status retrieval. It's particularly useful for development teams and project managers looking to integrate Jira operations into their AI-assisted workflows, enabling automated ticket management, project oversight, and streamlined communication with Jira instances.
Available Actions(10)
execute_jql
Run a JQL query. Parameters: jql, number_of_results (default: 1).
get_only_ticket_name_and_description
Fetch ticket name and description. Parameters: jql, number_of_results (default: 1).
create_ticket
Create a Jira ticket. Parameters: project.key, summary, description, issuetype.name, parent (optional).
list_projects
List Jira projects. Parameters: number_of_results (default: 1).
delete_ticket
Delete a ticket. Parameters: issueIdOrKey.
edit_ticket
Modify a ticket. Parameters: issueIdOrKey, summary (optional), description (optional), labels (optional), parent (optional).
get_all_statuses
Retrieve all statuses. Parameters: number_of_results (default: 1).
assign_ticket
Assign a ticket to a user. Parameters: accountId, issueIdOrKey.
query_assignable
Find assignable users in a project. Parameters: project_key.
add_attachment
Add an attachment to a ticket. Parameters: issueIdOrKey, imageUrl.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요