jira
Use when the user mentions Jira issues (e.g., "PROJ-123"), asks about tickets, wants to create/view/update issues, check sprint status, or manage their Jira workflow. Triggers on keywords like "jira", "issue", "ticket", "sprint", "backlog", or issue key patterns.
Why use this skill?
Integrate with Jira seamlessly. Create, view, update tickets, manage sprints, and more using natural language commands. Boost your productivity.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jdrhyne/jiraWhat This Skill Does
The Jira skill empowers users to interact with their Jira project management system directly through natural language commands. It allows for a wide range of operations, from viewing and creating tickets to managing workflows and checking sprint statuses. The skill intelligently detects and utilizes either the Jira CLI or Atlassian MCP tools for backend operations, ensuring compatibility with various Jira setups.
Installation
To install the Jira skill, run the following command in your OpenClaw environment:
clawhub install openclaw/skills/skills/jdrhyne/jira
Ensure that your OpenClaw environment has access to either the Jira CLI or the necessary Atlassian MCP tools for the skill to function correctly. Refer to the "Backend Detection" section in the full documentation for setup guidance if neither is found.
Use Cases
- Ticket Management: Create, view, update, assign, and transition Jira issues.
- Workflow Automation: Move tickets between statuses (e.g., from 'In Progress' to 'Done').
- Information Retrieval: Check the status of current sprints, list assigned tickets, or quickly open a ticket in your browser.
- User Information: Identify yourself within the Jira system.
- Collaboration: Add comments to existing tickets.
Example Prompts
- "Can you create a new bug ticket in the 'Website' project with the summary 'Login button not working' and a description of 'Users are unable to click the login button on the homepage.'?"
- "Show me ticket PROJ-456 and tell me who it's assigned to."
- "What tickets are currently in the 'In Progress' state for my assigned issues?"
Tips & Limitations
- Backend Dependency: The skill's functionality relies on either the Jira CLI being installed and configured, or Atlassian MCP tools being available. If neither is present, the user will be guided on how to set them up.
- Issue Key Format: Ensure you use the standard Jira issue key format (e.g.,
PROJ-123) when referencing specific tickets. - Permissions: The skill operates within the scope of your Jira user permissions. If you don't have permission to perform an action in Jira, the skill will also be unable to execute it.
- Contextual Awareness: While the skill can create tickets, it's recommended to draft complex ticket details with the user first before execution, especially when dealing with code references or intricate descriptions. For updates, always fetch issue details and confirm changes with the user before applying them to avoid unintended modifications.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jdrhyne-jira": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
todo-tracker
Persistent TODO scratch pad for tracking tasks across sessions. Use when user says "add to TODO", "what's on the TODO", "mark X done", "show TODO list", "remove from TODO", or asks about pending tasks. Also triggers on heartbeat to remind about stale items.
sysadmin-toolbox
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
munger-observer
Daily wisdom review applying Charlie Munger's mental models to your work and thinking. Use when asked to review decisions, analyze thinking patterns, detect biases, apply mental models, do a "Munger review", or run the Munger Observer. Triggers on scheduled daily reviews or manual requests like "run munger observer", "review my thinking", "check for blind spots", or "apply mental models".
google-ads
Query, audit, and optimize Google Ads campaigns. Supports two modes: (1) API mode for bulk operations with google-ads Python SDK, (2) Browser automation mode for users without API access - just attach a browser tab to ads.google.com. Use when asked to check ad performance, pause campaigns/keywords, find wasted spend, audit conversion tracking, or optimize Google Ads accounts.
nutrient-openclaw
OpenClaw-native PDF/document processing skill for Nutrient DWS. Best for OpenClaw users who need PDF conversion, OCR, text/table extraction, PII redaction, watermarking, digital signatures, and API credit checks via built-in `nutrient_*` tools. Triggers on OpenClaw tool names (`nutrient_convert_to_pdf`, `nutrient_extract_text`, etc.), "OpenClaw plugin", "Nutrient OpenClaw", and document-processing requests in OpenClaw chats. For non-OpenClaw environments, use the Universal Nutrient Document Processing skill instead.