Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 02 Feb 15:00

JIRA MCP Server v0.1.4

JIRA Cloud 用の MCP サーバーです。Issue の検索・詳細取得機能を提供します。

インストール

各プラットフォーム向けのバイナリをダウンロードし、実行可能にしてください。
詳細な手順は README.md を参照してください。

成果物

  • macOS (Apple Silicon): mcp-jira-darwin-arm64
  • Linux (x64): mcp-jira-linux-x64
  • Windows (x64): mcp-jira-windows-x64.exe
  • Skills: skills.tar.gz - Claude Code 用スキルファイル
  • Checksums: checksums.txt - SHA256 チェックサム

チェックサム検証

# macOS/Linux
shasum -a 256 -c checksums.txt

# Windows PowerShell
$hash = (Get-FileHash .\mcp-jira-windows-x64.exe -Algorithm SHA256).Hash
# checksums.txt と比較

機能

  • jira_search: JQL による Issue 検索
  • jira_get_issue: Issue 詳細取得
  • デフォルトプロジェクトフィルタリング
  • ADF to Markdown 変換

Claude Code Skills

Claude Code で使える便利なスキル:

  • /jira-search - JQL で Issue を検索
  • /jira-get - Issue 詳細を取得
  • /jira-list-open - 未完了チケット一覧
  • /jira-my-issues - 自分のチケット一覧

skills のインストール:

mkdir -p ~/.claude/skills
tar -xzf skills.tar.gz -C ~/.claude/skills

Full Changelog: v0.1.3...v0.1.4