Overview
- Skill Key
- dejanb/clawhub-jira-pat-skill
- Author
- dejanb
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dejanb/clawhub-jira-pat-skill
- Latest Commit SHA
- 21fe838bcbd1c256dfdcc79f7becc475036b23e6
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Clawhub Jira Pat Skill 技能。 若已安装,则直接安装 Clawhub Jira Pat Skill 技能。
# Jira PAT Skill Manage Jira issues on self-hosted/enterprise Jira instances using Personal Access Tokens (PAT). This skill is designed for environments where Basic Auth doesn't work due to SSO/SAML authentication. ## When to Use This Skill Use this skill when working with: - Self-hosted Jira instances (e.g., Red Hat, enterprise deployments) - Jira instances with SSO/SAML authentication - Environments where `jira-cli` or Basic Auth fails **Note:** For Atlassian Cloud with email + API token auth, use the `clawdbot-jira-skill` instead. ## Prerequisites 1. **Personal Access Token (PAT)**: Create one in Jira: - Go to your Jira profile → Personal Access Tokens - Create a new token with appropriate permissions - Store it in environment variable `JIRA_PAT` 2. **Jira Base URL**: Your Jira instance URL in `JIRA_URL` ## Environment Variables ```bash export JIRA_PAT="your-personal-access-token" export JIRA_URL="https://issues.example.com" ``` ## Tools This skill uses `curl` and `jq` for all operations. ## Instructions ### Get Issue Details Fetch full details of a Jira issue: ```bash curl -s -H "Authorization: Bearer $JIRA_PAT" \ "$JIRA_URL/rest/api/2/issue/PROJECT-123" | jq ``` Get specific fields only: ```bash curl -s -H "Authorization: Bearer $JIRA_PAT" \ "$JIRA_URL/rest/api/2/issue/PROJECT-123?fields=summary,status,description" | jq ``` ### Search Issues (JQL) ```bash # Find child issues of an epic curl -s -H "Authorization: Bearer $JIRA_PAT" \ "$JIRA_URL/rest/api/2/search?jql=parent=EPIC-123" | jq # Complex queries (URL-encoded) curl -s -H "Authorization: Bearer $JIRA_PAT" \ "$JIRA_URL/rest/api/2/search?jql=project%3DPROJ%20AND%20status%3DOpen" | jq ``` Common JQL patterns: - `parent=EPIC-123` - Child issues of an epic - `project=PROJ AND status=Open` - Open issues in project - `assignee=currentUser()` - Your assigned issues - `labels=security` - Issues with specific label - `updated >= -7d` - Recently updated ### Get Available Transi...
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Attio CRM integration for managing companies, people, deals, notes, tasks, and custom objects. Use when working with Attio CRM data, searching contacts, managing sales pipelines, adding notes to records, creating tasks, or syncing prospect information.
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carlosarturoleon
Connect to Windsor.ai MCP for natural language access to 325+ data sources including Facebook Ads, GA4, HubSpot, Shopify, and more.