npx skillsauth add tjun1/mcp-jira jira-getInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
jira_get_issue ツールを使用してJIRAのIssue詳細を取得してください。
Issue キー(例: PROJ-123)を指定して詳細を取得:
jira_get_issue ツールを使用して「$ARGUMENTS」の詳細を取得
PROJECT-番号(例: ME-382)tools
--- name: jira-transition description: JIRAのIssueのステータスを変更する argument-hint: [Issue キー] [トランジションID] --- `jira_transition_issue` ツールを使用して、JIRAのIssueのステータスを変更してください。 ## 使い方 Issue キーとトランジションIDを指定してステータスを変更: ``` まず jira_get_transitions ツールで「$ARGUMENTS」の利用可能なトランジションを取得し、 適切なトランジションIDを使用して jira_transition_issue ツールでステータスを変更 ``` ## 実行手順 1. `jira_get_transitions` で利用可能なトランジションIDを確認 2. 適切なトランジションIDを選択 3. `jira_transition_issue` で実行 ## 注意事項 - Issue キーの形式: `PROJECT-番号`(例: `ME-382`) - トランジションIDは数値(例:
tools
JIRAのIssueをJQLで検索する
tools
自分に割り当てられたJIRA Issueを一覧表示する
tools
未完了のJIRA Issueを一覧表示する