jira-connector

Execute Jira JQL searches and issue lifecycle operations via Atlassian REST v3.

10|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/narailabs/narai-primitives --skill jira-connector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-connector
Source: https://github.com/narailabs/narai-primitives/tree/main/plugins/jira-connector/skills/jira-connector
Command: npx skills add https://github.com/narailabs/narai-primitives --skill jira-connector

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the manual back-and-forth of finding Jira issues and performing Jira updates by routing read and write operations through a single controlled connector with policy gating.

Core Features & Use Cases

  • JQL search and issue lookups: Find issues with JQL and retrieve full issue, project, comments, and attachments details for fast triage.
  • Write operations with safety gates: Create, update, comment, transition, and delete Jira content through a policy decision that escalates or denies as configured.
  • Rich content and attachments: Send descriptions/comments as markdown, ADF, or plain text, and upload files via multipart inputs.

Quick Start

Ask the assistant to run the jira-connector binary to list Jira issues by JQL for your project and return the results.

Frequently Asked Questions about jira-connector

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Jira issues using JQL and retrieve full details for triage?

You can run JQL searches to find Jira issues and retrieve full issue, project, comments, and attachment details for fast triage. The connector executes Atlassian REST v3 calls to return complete issue metadata.

Can I update Jira issue status and content safely without manual back-and-forth?

Yes, you can create, update, comment, transition, and delete Jira content through a policy decision gate. This safety gate escalates or denies write operations before executing any Atlassian REST v3 network calls.

Does the Jira connector support uploading attachments and rich text formats?

Yes, the Jira connector supports uploading files via multipart inputs and sending descriptions or comments as markdown, Atlassian Document Format (ADF), or plain text.

What happens when a Jira write operation violates policy gating rules?

When a write action violates policy gating rules, the connector enforces a policy gate before network calls and returns a JSON envelope indicating the outcome as escalate, denied, or error.

How do I list Jira issues for a specific project using the connector CLI?

You can ask the assistant to run the jira-connector binary to list Jira issues by JQL for your project. The connector performs the JQL search and returns the results in a structured JSON envelope.