jira

jira is a command for Claude Code, Cursor from exmuzzy/exmuzzy-mcp. It costs 0 tokens per session (559 once invoked), scanned A, original, MIT.

Command instructions for working with Jira, a system for tracking software tasks and projects. They define how the /jira command should find, inspect, search, transition, complete, and close issues.

In plain words
What is it for?
They help list assigned issues, view issue details, search by user, move issues into progress or done, and complete issues.
Why use it?
They give the agent a fixed way to handle Jira requests and reduce repeated requests when listing a user's open work.

Command for Claude CodeCursor

Written for Cursor and Claude Code: installed under .cursor/, but also a Claude Code command (commands/*.md).

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/exmuzzy/exmuzzy-mcp/jira
Clone the repo
git clone --depth 1 https://github.com/exmuzzy/exmuzzy-mcp

Made for: Claude Code, Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for jira

README.md
[![agentmods](https://agentmods.dev/badge/commands/exmuzzy/exmuzzy-mcp/jira.svg)](https://agentmods.dev/commands/exmuzzy/exmuzzy-mcp/jira)
Your own site
<a href="https://agentmods.dev/commands/exmuzzy/exmuzzy-mcp/jira"><img src="https://agentmods.dev/badge/commands/exmuzzy/exmuzzy-mcp/jira.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 559 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00559
Opus 5 $0.00000 $0.00280
Sonnet 5 $0.00000 $0.00112
Haiku 4.5 $0.00000 $0.00056

Measured 5d ago against content hash e12052decd7a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

jira scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/commands/jira.md · 46 lines

What it actually says

При команде /jira без параметров ВСЕГДА используй ТОЛЬКО mcp_jira_get_my_issues_grouped() - это делает 1 запрос вместо 6.

Команды /jira

/jira (без параметров) - ⚡️ ОПТИМИЗИРОВАНО

Используй: mcp_jira_get_my_issues_grouped() Результат: Все открытые задачи за 1 запрос, сгруппированные по статусам

/jira <КЛЮЧ> (например RIVER-123)

Используй: mcp_jira_get_issue_details({ issueKey: "RIVER-123", includeComments: true })

После вывода предложи действия:

  1. Сформировать план выполнения
  2. Вернуть на автора с вопросами
  3. В работу - mcp_jira_transition_issue({ issueKey: "...", transitionName: "In Progress" })
  4. Выполнить - mcp_jira_transition_issue({ issueKey: "...", transitionName: "Done" })
  5. Закрыть - mcp_jira_complete_issue({ issueKey: "..." })

/jira complete <КЛЮЧ>

Используй: mcp_jira_complete_issue({ issueKey: "..." })

/jira <логин>

Используй: mcp_jira_search_issues({ jql: "assignee = '<логин>' AND statusCategory != Done" })

/jira <фамилия>

  1. mcp_jira_search_users({ query: "<фамилия>" })
  2. Если один найден → mcp_jira_search_issues({ jql: "assignee = '<логин>' AND statusCategory != Done" })
  3. Если несколько → предложи выбор

/jira comment <КЛЮЧ> <текст>

Используй: mcp_jira_add_comment({ issueKey: "...", comment: "..." })

/jira transition <КЛЮЧ> <статус>

Используй: mcp_jira_transition_issue({ issueKey: "...", transitionName: "..." })

Формат вывода

Для всех задач используй:

  • Прямые ссылки: [RIVER-123](https://job.sbertroika.ru/browse/RIVER-123)
  • Быстрый доступ: /jira RIVER-123
  • Эмодзи: 📋 задача, ⚡️ оптимизация, ✅ готово, 🔗 ссылка

alwaysApply: true

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 46 lines · 0 tokens per session scan A e12052decd7a

Subscribe to this mod's changes

jira is a command published in the GitHub repository exmuzzy/exmuzzy-mcp (0 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 559 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.