From sundial-org-awesome-openclaw-skills-4
Search, create, update, and transition Jira issues, manage sprints and boards from the command line using jira-cli.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:jiraThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `jira` to manage Jira issues, sprints, and boards. Requires API token setup.
Use jira to manage Jira issues, sprints, and boards. Requires API token setup.
export JIRA_API_TOKEN="your-token" (add to ~/.zshrc for persistence)jira init --server https://your-org.atlassian.net --login [email protected] --installation cloudjira issue list -p PROJECTjira issue view PROJ-123jira issue create -p PROJECT -t "Task" -s "Summary" -b "Description"jira issue edit PROJ-123 -s "New summary"jira issue assign PROJ-123 "[email protected]"jira issue move PROJ-123 "In Progress"jira issue comment add PROJ-123 "My comment"jira issue list -q "project = MKT AND status = 'To Do'"jira sprint list -p PROJECTjira sprint list -p PROJECT --state activejira sprint list -p PROJECT --state active --plainjira board list -p PROJECTjira epic list -p PROJECTjira epic view PROJ-100jira project list--plain — Tab-separated, no colors (best for scripting)--columns key,summary,status — Select columns--no-truncate — Don't truncate long fields~/.config/.jira/.config.yml-q "assignee = currentUser() AND status != Done"jira open PROJ-123npx claudepluginhub sundial-org/awesome-openclaw-skillsManages Jira Cloud issues via jira CLI with JSON output: create, view, update, search issues, fetch hierarchies, manage sprints.
References Atlassian CLI (acli) commands for Jira: authenticate, create/view/edit issues, JQL searches, bulk operations, project/board/sprint management.