ワンクリックで
jira
Manage Jira issues, sprints, and epics via the jira-cli tool.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Manage Jira issues, sprints, and epics via the jira-cli tool.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Interact with Elasticsearch clusters via the API.
Manage GitLab issues and merge requests via the glab CLI.
Read, send, and manage Gmail emails via the gmail-cli tool.
Manage Redis databases via the redis-cli tool.
Manage AWS resources via the aws CLI.
Query metrics, manage monitors, post events, and interact with Datadog via the dogshell CLI.
SOC 職業分類に基づく
| name | jira |
| description | Manage Jira issues, sprints, and epics via the jira-cli tool. |
| metadata | {"displayName":"Jira","icon":"jira","category":"project-management","version":"1.0.0","dependencies":{"cli":"jira","checkCommand":"jira version","install":{"darwin":{"brew":"ankitpokhrel/jira-cli/jira-cli","script":"curl -fsSL https://raw.githubusercontent.com/ankitpokhrel/jira-cli/master/scripts/install.sh | sh"},"linux":{"script":"curl -fsSL https://raw.githubusercontent.com/ankitpokhrel/jira-cli/master/scripts/install.sh | sh"},"windows":{"scoop":"jira-cli"}}},"config":[{"name":"JIRA_API_TOKEN","label":"API Token","type":"secret","required":true,"helpUrl":"https://id.atlassian.com/manage-profile/security/api-tokens"},{"name":"JIRA_BASE_URL","label":"Jira Base URL","type":"string","required":true,"placeholder":"https://yourcompany.atlassian.net"}],"auth":{"type":"api-key","setupCommand":"jira init"}} |
Use ./.codebuddy/bin/jira to interact with Jira.
This tool allows you to view, create, and update Jira issues directly from the chat.
Before using, you must authenticate. Run the following command in the terminal:
./.codebuddy/bin/jira init
./.codebuddy/bin/jira issue list./.codebuddy/bin/jira issue view <ISSUE-KEY>./.codebuddy/bin/jira issue create./.codebuddy/bin/jira issue comment add <ISSUE-KEY> "Comment text"./.codebuddy/bin/jira issue assign <ISSUE-KEY> <USER>./.codebuddy/bin/jira board list./.codebuddy/bin/jira sprint list --board <BOARD-ID>./.codebuddy/bin/jira issue list --jql "project = PROJ AND status = 'In Progress'"~/.jira/.config.yml.