원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.