AgentSkillsCN

jira-integration

搜索、创建并管理Jira问题。支持JQL查询、状态转换与评论管理。

SKILL.md
--- frontmatter
name: jira-integration
description: Search, create, and manage Jira issues. Supports JQL queries, transitions, and comment management.

Jira Integration

Connect to Jira Cloud to manage issues, search with JQL, transition statuses, and add comments.

Configuration

Set JIRA_BASE_URL and JIRA_API_TOKEN in environment or openclaw.json credentials.

Available Actions

  • jira_search — Run a JQL query and return matching issues.
  • jira_get — Get full details of a specific issue by key (e.g., NWM-247).
  • jira_create — Create a new issue with project, type, summary, and description.
  • jira_transition — Move an issue to a new status.
  • jira_comment — Add a comment to an issue.