jira

Translate natural language Jira tasks into authenticated REST API calls.

5|3|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/NexusSema/omg-marketplace --skill jira-nexussema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/NexusSema/omg-marketplace/tree/main/plugins/scrum-master/skills/jira
Command: npx skills add https://github.com/NexusSema/omg-marketplace --skill jira-nexussema

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It enables teams to manage Jira issues, sprints, and boards using natural language, eliminating the need for manual API calls or curl commands.

Core Features & Use Cases

  • Create, update, and transition issues (Epic, Story, Task, Bug, Sub-task) by describing the desired action.
  • Search, filter, and list issues using JQL queries and project/board context.
  • Manage sprint membership, link issues, and bulk-create multiple items, all through natural-language prompts.

Quick Start

Describe the Jira task you want to perform and the skill will create, update, or search issues automatically.

Frequently Asked Questions about jira

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

FAQPage Schema
How do I manage Jira issues using natural language instead of REST API calls?

You can manage Jira issues by describing tasks in plain language, which translates into authenticated REST API calls against the Jira Cloud API for creating, updating, and transitioning issues.

How do I search and filter Jira issues using JQL without writing queries manually?

You can search and list Jira issues by providing natural language commands or project and board context, which the system translates into JQL queries to retrieve matching results.

Can I move issues between sprints and perform bulk operations in Jira Cloud through text prompts?

Yes, you can manage sprint membership and bulk-create multiple items across projects by issuing natural language commands that trigger the Jira Agile API.

What credentials do I need to automate Jira project management tasks via API?

You need to set the ATLASSIAN_EMAIL, ATLASSIAN_API_TOKEN, and ATLASSIAN_INSTANCE environment variables to authorize REST API requests against your Jira Cloud instance.

Does this approach support linking issues and transitioning issue statuses in Jira?

Yes, it supports linking issues, transitioning statuses, and handling issue types like Epic, Story, Task, Bug, and Sub-task by parsing natural language input into API operations.

What are the limitations when using natural language to interact with the Jira Cloud API?

It relies on properly configured environment variables for authentication and translates text to REST v3 and Agile API calls, meaning complex or unsupported API endpoints may not be accessible.