一键导入
jira
Jira project and issue tracking - lets an agent create, query, update, and link issues, sprints, and epics across engineering, IT, and operations projects.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Jira project and issue tracking - lets an agent create, query, update, and link issues, sprints, and epics across engineering, IT, and operations projects.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Confluence team wiki and documentation platform - lets an agent search, read, and create pages across internal knowledge bases, runbooks, technical documentation, and policy spaces.
GitHub source control and collaboration platform - lets an agent read pull requests, commits, repository metadata, and CI workflow results to support engineering review and documentation.
HubSpot CRM and Marketing Hub - lets an agent read and update deals, contacts, companies, marketing campaigns, and workflow enrollments across the inbound sales and marketing lifecycle.
Okta workforce identity platform - lets an agent verify employee identity, look up user profiles and group memberships, check MFA enrollment status, and support access provisioning workflows.
Salesforce CRM and Sales Cloud - lets an agent read and write opportunities, accounts, contacts, cases, and activities across the enterprise revenue and support lifecycle.
ServiceNow ITSM and enterprise service management - lets an agent create, read, update, and route incidents, service requests, HR cases, change records, and knowledge articles.
| name | jira |
| description | Jira project and issue tracking - lets an agent create, query, update, and link issues, sprints, and epics across engineering, IT, and operations projects. |
| metadata | {"openclaw":{"requires":{"env":["JIRA_BASE_URL","JIRA_USER_EMAIL","JIRA_API_TOKEN"]}},"primaryEnv":"JIRA_API_TOKEN"} |
Jira by Atlassian is the most widely used issue and project tracking platform in enterprise engineering, IT, and operations teams. In this segment, agents use Jira to link support tickets to engineering bugs, create action items from meeting notes, check sprint progress for engineering advisors, and track operational project milestones. It is also used as the backing store for Jira Service Management (IT help desk) requests.
This skill authenticates using variables from ~/.openclaw/.env (template: .env.example at the config root). Required variables:
JIRA_BASE_URL - base URL of the Jira instance (e.g. https://mycompany.atlassian.net)JIRA_USER_EMAIL - email address of the service accountJIRA_API_TOKEN - API token generated from the Atlassian account portalGET /rest/api/3/issue/{issueIdOrKey} - retrieve a specific issuePOST /rest/api/3/issue - create a new issuePUT /rest/api/3/issue/{issueIdOrKey} - update issue fieldsPOST /rest/api/3/issue/{issueIdOrKey}/transitions - transition issue to a new statusGET /rest/api/3/search?jql=... - run a JQL query to find issuesGET /rest/api/3/board/{boardId}/sprint - list sprints for an agile boardRetry-After headers on 429 responses.customfield_10014 for story points) vary per instance; use /rest/api/3/field to discover them.