Back to Home
consigcody94 icon

ticket-tamer

Verified Safe

by 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

Run Command
node dist/index.js

Security 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2025-11-25

Tags

JiraProject ManagementAI AssistantDeveloper ToolWorkflow Automation