Manage relationship tracking, data cleaning, and contextual insights for AI applications using Jira.
Get user's account ID by email. Parameters: email (string)
List all available issue types. Returns: id, name, description, subtask status. No parameters required.
List all available issue link types. Returns: id, name, inward/outward descriptions. No parameters required.
Get all issues in a project. Parameters: projectKey (string)
Get issues with JQL filtering. Parameters: projectKey (string), jql (string)
Get issues assigned to a user. Parameters: projectKey (string), jql (string)
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 a subtask. Parameters: parent (string), projectKey (string), summary (string), issueType (string), description (string), assignee (string)
Update issue fields. Parameters: issueKey (string), summary (string), description (string), assignee (string), status (string), priority (string)
Create issue link. Parameters: linkType (string), inwardIssueKey (string), outwardIssueKey (string)
Delete single issue. Parameters: issueKey (string)
Delete issue with subtasks. Parameters: issueKey (string), deleteSubtasks (boolean)
Delete multiple issues. Parameters: issueKeys (array of strings)
No reviews yet. Be the first to review!
Sign in to join the conversation
After downloading, you can run the MCP server in any client or IDE:
node path/to/downloaded/file.mjs