clawdbot-jira-skillManage Jira issues, transitions, and worklogs via the Jira Cloud REST API.
Install via ClawdBot CLI:
clawdbot install kyjus25/clawdbot-jira-skillWork with Jira issues and worklogs from Clawdbot (search, status, create, log work, worklog summaries).
export JIRA_EMAIL="you@example.com"
export JIRA_API_TOKEN="your-api-token"
export JIRA_URL="https://your-domain.atlassian.net"
# Optional project scope (comma-separated). Empty = search all.
export JIRA_BOARD="ABC"
Requires curl, jq, bc, and python3.
All commands live in {baseDir}/scripts/jira.sh.
{baseDir}/scripts/jira.sh search "timeout" [max] — fuzzy search by summary or key inside JIRA_BOARD{baseDir}/scripts/jira.sh link ABC-123 — browser link for an issue{baseDir}/scripts/jira.sh issue ABC-123 — quick issue details{baseDir}/scripts/jira.sh status ABC-123 "In Progress" — move an issue (validates available transitions){baseDir}/scripts/jira.sh transitions ABC-123 — list allowed transitions{baseDir}/scripts/jira.sh assign ABC-123 "name or email" — assign by user search{baseDir}/scripts/jira.sh assign-me ABC-123 — assign to yourself{baseDir}/scripts/jira.sh comment ABC-123 "text" — add a comment{baseDir}/scripts/jira.sh create "Title" ["Description"] — create a Task in JIRA_BOARD{baseDir}/scripts/jira.sh log ABC-123 2.5 [YYYY-MM-DD] — log hours (defaults to today UTC){baseDir}/scripts/jira.sh my [max] — open issues assigned to you{baseDir}/scripts/jira.sh hours 2025-01-01 2025-01-07 — your logged hours by issue (JSON){baseDir}/scripts/jira.sh hours-day 2025-01-07 [name|email] — logged hours for a day grouped by user/issue; optional filter (name/email; also resolves to accountId){baseDir}/scripts/jira.sh hours-issue ABC-123 [name|email] — logged hours for an issue; optional filter (name/email; also resolves to accountId)
{baseDir}/scripts/jira.sh search "payment failure" [maxResults]
{baseDir}/scripts/jira.sh link ABC-321
{baseDir}/scripts/jira.sh issue ABC-321
{baseDir}/scripts/jira.sh status ABC-321 "Done"
{baseDir}/scripts/jira.sh transitions ABC-321
{baseDir}/scripts/jira.sh assign ABC-321 "Jane Doe"
{baseDir}/scripts/jira.sh assign-me ABC-321
{baseDir}/scripts/jira.sh comment ABC-321 "Deployed to staging"
{baseDir}/scripts/jira.sh create "Fix auth timeout" "Users being logged out after 5m"
{baseDir}/scripts/jira.sh log PB-321 1.5 2025-01-18
{baseDir}/scripts/jira.sh my [maxResults]
{baseDir}/scripts/jira.sh hours 2025-01-01 2025-01-05
{baseDir}/scripts/jira.sh hours-day 2025-01-05
{baseDir}/scripts/jira.sh hours-day 2025-01-05 "jane"
{baseDir}/scripts/jira.sh hours-issue ABC-321 "jane"
hours filters by JIRA_EMAIL; hours-day returns all users with totals per issue and user.Generated Mar 1, 2026
Development teams use this skill to track daily progress during sprints. Engineers can quickly search for issues, update statuses when tasks are completed, and log time spent on specific tickets. Project managers can monitor worklogs to ensure accurate time tracking and sprint velocity calculations.
IT support teams manage incoming support requests as Jira tickets. Support agents can search for similar issues, assign tickets to appropriate team members, add comments with resolution steps, and update ticket status as they progress through resolution workflows. Managers can track response times and workload distribution.
Marketing teams use Jira to manage campaign deliverables and creative tasks. Team members can create new tasks for campaign elements, assign work to designers and copywriters, log hours spent on creative work, and track progress through approval workflows. Campaign managers can monitor resource allocation and project timelines.
Product teams track feature development from ideation to release. Product managers can create issues for new features, assign them to development teams, monitor progress through status transitions, and review logged hours to estimate future feature development timelines. Stakeholders can quickly get issue details and browser links for status updates.
Consulting firms use this skill for accurate client billing and project management. Consultants log hours against specific client issues, managers can generate hours reports by date range or issue, and the JSON output enables integration with billing systems. The ability to filter hours by user helps with resource allocation and profitability analysis.
Companies using Jira Cloud pay monthly or annual subscriptions based on user count. This skill helps maximize ROI by enabling efficient issue management and accurate time tracking, which supports billing justification and resource optimization. The automation reduces manual Jira interaction time, increasing team productivity.
Consulting firms bill clients based on logged hours and project deliverables. This skill provides accurate time tracking and reporting capabilities that directly support invoicing and project profitability analysis. The ability to generate JSON hours reports enables easy integration with accounting systems and client reporting.
IT service providers manage client Jira instances and provide ongoing support. This skill enables efficient ticket management, assignment, and status updates across multiple client projects. The worklog tracking capabilities support SLA compliance monitoring and resource utilization reporting for service level agreements.
💬 Integration Tip
Set up environment variables properly and ensure all required binaries (curl, jq, bc, python3) are installed. Use the JSON output from hours commands to feed into other reporting or billing systems.
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check their feed, reply to posts, or track their activity on the agent social network.
OpenClaw CLI wrapper — gateway, channels, models, agents, nodes, browser, memory, security, automation.
MoltGuard — runtime security plugin for OpenClaw agents by OpenGuardrails. Helps users install, register, activate, and check the status of MoltGuard. Use wh...