Jira
Summary
This Jira MCP server, developed by an unnamed creator, integrates Jira project management capabilities with AI assistants. It leverages the Jira API to provide a streamlined interface for managing projects, issues, and workflows. The server abstracts Jira's complex API, offering operations for user management, issue creation and updating, project configuration, and automated workflows. By connecting AI systems with Jira's collaborative features, this implementation enables assistants to automate project management tasks, track progress, and maintain organized development processes. It is particularly useful for software development teams and project managers looking to enhance their Jira-based workflows with AI-driven insights and automation.
Available Actions(13)
get_user
Get user's account ID by email. Parameters: email (string)
list_issue_types
List all available issue types. Returns: id, name, description, subtask status. No parameters required.
list_link_types
List all available issue link types. Returns: id, name, inward/outward descriptions. No parameters required.
get_issues_in_project
Get all issues in a project. Parameters: projectKey (string)
get_issues_with_jql
Get issues with JQL filtering. Parameters: projectKey (string), jql (string)
get_issues_assigned_to_user
Get issues assigned to user. Parameters: projectKey (string), jql (string)
create_issue
Create a standard issue. Parameters: projectKey (string), summary (string), issueType (string), description (string), assignee (string), labels (array of strings), components (array of strings), priority (string)
create_subtask
Create a subtask. Parameters: parent (string), projectKey (string), summary (string), issueType (string), description (string), assignee (string)
update_issue
Update issue fields. Parameters: issueKey (string), summary (string), description (string), assignee (string), status (string), priority (string)
create_issue_link
Create issue link. Parameters: linkType (string), inwardIssueKey (string), outwardIssueKey (string)
delete_issue
Delete a single issue. Parameters: issueKey (string)
delete_issue_with_subtasks
Delete an issue with its subtasks. Parameters: issueKey (string), deleteSubtasks (boolean)
delete_multiple_issues
Delete multiple issues. Parameters: issueKeys (array of strings)
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください