with one click
jira
Manage Jira issues, sprints, and epics via the jira-cli tool.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Manage Jira issues, sprints, and epics via the jira-cli tool.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.
| 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.