managing-jira-issues

Manage Jira issues via the jira CLI with JSON output.

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/FortiumPartners/ensemble-vnext --skill managing-jira-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managing-jira-issues
Source: https://github.com/FortiumPartners/ensemble-vnext/tree/main/packages/skills/managing-jira-issues
Command: npx skills add https://github.com/FortiumPartners/ensemble-vnext --skill managing-jira-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines Jira issue management by leveraging the jira CLI, automating tasks like creation, viewing, updating, and searching issues, as well as managing sprints and fetching complex issue hierarchies.

Core Features & Use Cases

  • Issue Operations: Create, read, update, list, and search Jira issues.
  • Hierarchy Fetching: Retrieve complete issue hierarchies, including linked Confluence pages.
  • Metadata Management: List projects and users.
  • Use Case: Quickly create a bug ticket, update its status, and assign it to a team member, all through natural language commands.

Quick Start

Use the managing-jira-issues skill to create a new Jira issue with the title "Fix login bug" for the "VA" project.

Frequently Asked Questions about managing-jira-issues

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

FAQPage Schema
How do I automate Jira issue creation using natural language commands?

Automate Jira issue creation by using natural language commands that interface with the jira CLI to generate tickets, update statuses, and assign team members automatically.

Can I fetch complete Jira issue hierarchies including linked Confluence pages?

Fetch complete Jira issue hierarchies including linked Confluence pages by leveraging the jira CLI to retrieve structured JSON output of complex issue relationships for LLM agents.

How do I manage Jira sprints and search issues using the jira CLI?

Manage Jira sprints and search issues by executing jira CLI operations that list, filter, and update sprint data while returning JSON output for automated processing.

Do I need Atlassian API credentials and the jira CLI to manage Jira issues?

Atlassian API credentials and the jira CLI tool are required to authenticate and execute commands for automating Jira issue management tasks through natural language processing.

What Jira metadata can I retrieve for project management and agile workflows?

Retrieve Jira metadata such as project lists and user directories to support agile project management workflows and issue tracking automation using the jira CLI.

Why use JSON output for managing Jira issues with LLM agents?

JSON output enables LLM agents to parse, process, and action Jira issue data programmatically, ensuring reliable automation of issue tracking, sprint management, and hierarchy fetching.