jira

Manage Jira stories and sprints via command line with Atlassian CLI and CSV outputs.

Updated Jan 28, 2024
One-click install
npx skills add https://github.com/dwen3232/dotfiles --skill jira-dwen3232
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/dwen3232/dotfiles/tree/main/dot-claude/skills/jira
Command: npx skills add https://github.com/dwen3232/dotfiles --skill jira-dwen3232

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jira stories and sprints require manual, repetitive actions; this skill automates interaction via the Jira CLI to streamline workflows.

Core Features & Use Cases

  • View, edit, and transition Jira work items from the command line
  • Filter and search items using JQL-like queries and export results in CSV
  • Manage authentication and basic Jira operations with documented examples

Quick Start

Authenticate with acli jira auth login --web and start managing stories from the terminal

Frequently Asked Questions about jira

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

FAQPage Schema
How do I automate Jira story transitions from the command line?

Automate Jira story transitions from the command line by executing clear CLI transition commands. This skill enables teams to manage Jira work items directly, streamlining repetitive sprint workflows without manual UI interactions.

Can I search Jira work items using JQL and export results to CSV?

Yes, you can search Jira work items using JQL-like queries and export results in CSV format. The skill filters items via the Atlassian CLI, providing structured CSV outputs for software development tracking.

Do I need the Atlassian CLI to manage Jira sprints via terminal?

Yes, the Atlassian CLI is required to manage Jira sprints via terminal. You must authenticate using acli jira auth login --web before executing commands to view, edit, or transition work items.

What is the best way to edit Jira work items from a terminal?

The best way to edit Jira work items from a terminal is using the Atlassian CLI. It provides documented examples and clear command options for approvals and changes, automating manual project-management actions.

Are there limitations when automating Jira sprint management via CLI?

Limitations of automating Jira sprint management via CLI include dependency on Atlassian CLI authentication and CSV-formatted outputs. Complex work item transitions require clear command options for approvals and changes.