ticket-tamer
Verified Safeby consigcody94
Overview
AI-powered Jira project management to create issues, search with JQL, manage epics, add comments, and transition workflows without leaving your editor.
Installation
node dist/index.jsSecurity Notes
The server does not store sensitive Jira credentials; they are passed per tool call from the client, shifting the responsibility for credential security to the calling environment (e.g., Claude Desktop). Parameters like JQL queries and issue fields are passed directly to the `jira-client` library, which relies on Jira's own parsing and permission model for security. No direct `eval` or arbitrary code execution vulnerabilities are apparent within the server code. The `create_epic` tool hardcodes 'customfield_10011' for Epic Name, which might be brittle across Jira instances but is not a security flaw.
Similar Servers
conductor-tasks
Conductor Tasks acts as an intelligent AI-powered assistant for developers, streamlining the entire development lifecycle from task generation and planning (parsing PRDs, expanding tasks, generating implementation steps) to execution and code modification (generating diffs). It provides visual task management, integrates with various IDEs, and leverages multiple LLM providers for optimal results and cost efficiency.
mcp-server-atlassian-jira
Connects AI assistants to Jira projects, issues, and workflows to enable natural language interaction for project management and issue tracking.
backlog
Manage project backlog and tasks using Markdown files in a Git repository, designed for frictionless collaboration between AI agents and human developers.
jayrah
A command-line interface, terminal UI, and web interface for managing Jira issues, designed for integration with AI tools like VS Code Copilot.