managing-jira

Automate Jira ticket lifecycle operations via jira-cli from the command line.

5|1|Updated Sep 6, 2009
One-click install
npx skills add https://github.com/bnadlerjr/dotfiles --skill managing-jira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managing-jira
Source: https://github.com/bnadlerjr/dotfiles/tree/main/claude/skills/managing-jira
Command: npx skills add https://github.com/bnadlerjr/dotfiles --skill managing-jira

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enables users to manage Jira tickets directly from the terminal, consolidating search, creation, editing, transitions, comments, assignments, and sprint/epic workflows via the jira-cli.

Core Features & Use Cases

  • Manage issue lifecycles: create, edit, transition, comment, assign, and link issues across projects.
  • Advanced search: leverage JQL to filter and bulk operate on tickets.
  • Sprint and epic management: organize work items within sprints and epics from the command line.

Quick Start

Ask me to perform a Jira operation such as moving PROJ-123 to Done.

Frequently Asked Questions about managing-jira

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

FAQPage Schema
How do I manage Jira tickets from the command line?

You can manage Jira tickets from the command line by using jira-cli to automate issue lifecycle operations like creating, editing, transitioning, and commenting on issues across projects. This streamlines workflows directly from your terminal.

Can I search and filter Jira issues using JQL in the terminal?

Yes, you can search and filter Jira issues using JQL in the terminal. The skill leverages advanced JQL queries to filter tickets, enabling you to find specific issues and perform bulk operations on them directly from the command line.

What is the best way to automate Jira sprint and epic management?

The best way to automate Jira sprint and epic management is via the jira-cli, which allows you to organize work items within sprints and epics directly from the command line to streamline your project management workflows.

How do I transition a Jira ticket status without opening the browser?

You can transition a Jira ticket status without a browser by executing jira-cli commands from your terminal to move issues across workflow states. Simply ask to perform an operation like moving PROJ-123 to Done.

Does jira-cli support bulk issue transitions for multiple tickets?

Yes, jira-cli supports bulk issue transitions by combining JQL search filters with issue management commands. You can query specific tickets using JQL and then perform bulk operations to transition or edit them from the command line.

How do I validate jira-cli commands for error handling in workflows?

You validate jira-cli commands by following the skill's deterministic workflow references, which provide guidance on command execution, validation, and error handling to ensure your Jira ticket management tasks complete successfully.