Query Jira issues, projects, and boards
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill jira_connector --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Jira Connector?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-jira-connector)More formats (shields.io, HTML) on the badges page.
---
name: jira-connector
description: Query Jira issues, projects, and boards
activation_keywords: [jira, issue, ticket, project, board, epic, story, bug]
execution_mode: server
---
# Jira Connector Skill
Provides read-only Jira operations:
- Search issues with JQL
- Get issue details
- List projects
- Get board status
Use `builtin_jira_connector` tool with fields:
- `operation`: one of "search", "issue", "projects", "board"
- `jql`: JQL query (for search)
- `issue_key`: Issue key (for issue details)
- `jira_url`: Jira server URL
- `api_token`: Jira API token
Note: Requires Jira URL and credentials.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!