jira-automation
ClaudeでJiraタスクを自動化
Rube MCP統合を使用して、Claudeから直接Jiraの課題作成、プロジェクト管理、スプリントワークフロー、チームコラボレーションを自動化します。
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「jira-automation」を使用しています。 Search for my in-progress issues in project PROJ
期待される結果:
Found 3 issues:
1. PROJ-123 - Fix login button alignment
Priority: High | Status: In Progress
2. PROJ-127 - Update API documentation
Priority: Medium | Status: In Progress
3. PROJ-131 - Review pull request #45
Priority: High | Status: In Progress
「jira-automation」を使用しています。 Create a new task in project PROJ for fixing the dashboard loading issue
期待される結果:
Successfully created PROJ-142:
- Type: Task
- Title: Fix dashboard loading issue
- Status: Open
- Project: PROJ
You can view it at: https://your-domain.atlassian.net/browse/PROJ-142
セキュリティ監査
安全All 72 static findings are false positives. The skill is a markdown documentation file (SKILL.md) containing tool descriptions and parameters for Jira automation via Rube MCP. The detected patterns (backtick execution, URLs, cryptographic algorithms) are markdown formatting syntax and legitimate setup references, not executable code or security vulnerabilities.
品質スコア
作れるもの
デイリースタンドアップの準備
スプリントの課題を自動的に取得し、ブロッカーを特定し、チームの改善点を要約してデイリースタンドアップに備えます。
課題トリアージと作成
既存の課題を素早く検索し、新しいバグやタスクを作成、適切なチームメンバーに割り当てます。
スプリント計画のサポート
ボード、スプリント、バックログ項目を一覧表示し、スプリントの割り当てとキャパシティ計画を支援します。
これらのプロンプトを試す
Search Jira for all issues assigned to me in project [PROJECT_KEY] that are in progress. Show the issue keys, summaries, and priority.
Create a new bug in project [PROJECT_KEY] with title '[BUG_TITLE]' and description '[BUG_DESCRIPTION]'. Assign it to [ACCOUNT_ID] and set priority to High.
List all active sprints for board [BOARD_ID]. Show sprint name, status, start date, and end date. Also list issues in each sprint.
Add a comment to issue [ISSUE_KEY] with the following: '[COMMENT_BODY]'. Use Atlassian Document Format for any formatting.
ベストプラクティス
- 常にRUBE_SEARCH_TOOLSを最初に呼び出して、現在のツールスキーマを取得してください。変更される可能性があるため
- ワークフローを実行する前にJira接続ステータスがACTIVEであることを確認
- カスタムフィールドの正確なフィールドIDを検出するにはJIRA_GET_FIELDSを使用
- 大きな結果セットを操作する場合はページネーションパラメータを確認
回避
- JIRA_GET_FIELDSを確認せずにフィールド名がプロジェクト間で一貫していると仮定
- ユーザー操作でアカウントIDの代わりに表示名やメールアドレスを使用
- 接続確認ステップをスキップしてワークフロー実行中に失敗
- 大量の課題やプロジェクトのリストを取得する際にページネーションを無視