@stonerzju/jira-cli-tool
v1.0.0
Published
JiraCLI - Feature-rich interactive Jira command line tool with OpenCode/OpenClaw skill integration
Maintainers
Readme
JiraCLI Tool
Feature-rich interactive Jira command line tool with OpenCode/OpenClaw skill integration.
Installation
npm install -g jira-cli-toolThis will:
- Download the appropriate
jirabinary for your platform - Install it to your PATH
- Set up the OpenCode/OpenClaw skill
Quick Start
# Initialize configuration
jira init
# List your issues
jira issue list
# Create an issue
jira issue create -tBug -s"Bug title" -yHigh
# View issue details
jira issue view ISSUE-123Supported Platforms
- Linux (x64, arm64)
- macOS (x64, arm64)
- Windows (x64)
Authentication
Jira Cloud
jira init
# Enter email and API token from https://id.atlassian.com/manage-profile/security/api-tokensJira Server/Data Center (PAT)
export JIRA_AUTH_TYPE=bearer
export JIRA_API_TOKEN=<your-token>
jira initCommands
Issue Management
jira issue list— Search and list issuesjira issue create— Create new issuejira issue edit— Edit existing issuejira issue view— View issue detailsjira issue assign— Assign user to issuejira issue move— Transition issue statejira issue delete— Delete issuejira issue clone— Clone issuejira issue link— Link issuesjira issue comment add— Add commentjira issue worklog add— Add worklog
Epic Management
jira epic list— List epicsjira epic create— Create epicjira epic add— Add issues to epicjira epic remove— Remove issues from epic
Sprint Management
jira sprint list— List sprintsjira sprint add— Add issues to sprintjira sprint close— Close sprint
Other
jira board list— List boardsjira project list— List projectsjira release list— List releasesjira me— Show current userjira serverinfo— Show server info
OpenCode/OpenClaw Skill
This package includes a skill for AI agents. After installation, the skill is automatically installed to:
~/.config/opencode/skills/jira-cli/~/.openclaw/skills/jira-cli/
The skill provides:
- Complete command reference
- Safety rules for destructive operations
- Authentication setup guide
- Output format documentation
Environment Variables
JIRA_API_TOKEN— API token or PATJIRA_AUTH_TYPE— Auth type: basic, bearer, mtlsJIRA_CONFIG_FILE— Custom config file pathJIRA_CLI_VERSION— Specific version to install
License
MIT
