mirra-jira

Manage Jira issues and projects through the REST API.

6|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/Oz-Networks/mirra-sdk --skill mirra-jira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mirra-jira
Source: https://github.com/Oz-Networks/mirra-sdk/tree/main/skills/mirra-jira
Command: npx skills add https://github.com/Oz-Networks/mirra-sdk --skill mirra-jira

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines Jira project management and issue tracking by providing direct access to all Jira SDK operations via its REST API, eliminating the need to switch contexts for common tasks.

Core Features & Use Cases

  • Issue Management: Create, search, retrieve, update, and delete Jira issues.
  • Workflow Automation: Add comments, transition issues between statuses, and assign them to users.
  • Project & Metadata Access: Get project lists, metadata, issue types, and assignable users.
  • Advanced Operations: Discover and execute custom Jira API operations beyond the core set.
  • Use Case: Automatically create a bug ticket in Jira when a specific error is detected in logs, assign it to the relevant team lead, and add a comment with the error details.

Quick Start

Use the mirra-jira skill to create a new issue in the PROJ project with the summary "Fix login bug".

Frequently Asked Questions about mirra-jira

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

FAQPage Schema
How do I automate Jira issue tracking and project management tasks?

Automate Jira issue tracking by using a unified REST API to create, search, update, and delete issues, while also managing comments, transitions, and assignments without manual context switching.

Can I automatically create a Jira bug ticket and assign it to a team lead?

Yes, you can automatically create a Jira bug ticket, assign it to a team lead, and add a comment with specific error details by executing workflow automation through the Jira REST API.

How do I retrieve Jira project metadata and assignable users for issue tracking?

Retrieve Jira project metadata and assignable users by accessing project lists, issue types, and user data directly through the unified Jira REST API for comprehensive issue tracking.

Does this Jira integration support custom API operations for advanced issue management?

Yes, this Jira integration supports advanced issue management by discovering and executing custom API operations beyond the core set of standard project management and issue tracking functions.

What is the best way to transition Jira issues between statuses for agile workflows?

Transition Jira issues between statuses for agile workflows by calling the dedicated transition operations in the Jira REST API to update issue states and add comments.

Do I need any external dependencies to manage Jira projects with this REST API integration?

No, you do not need external dependencies to manage Jira projects, as this integration directly accesses all Jira SDK operations via its REST API without requiring additional packages.