jira

Automate Jira issue management via the jira CLI.

Updated Oct 6, 2018
One-click install
npx skills add https://github.com/msegoviadev/dotfiles --skill jira-msegoviadev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/msegoviadev/dotfiles/tree/main/opencode/skills/jira
Command: npx skills add https://github.com/msegoviadev/dotfiles --skill jira-msegoviadev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Jira is a powerful but manual workflow tool; this Skill enables you to automate common Jira tasks from the command line, saving time and reducing human error.

Core Features & Use Cases

  • View, create, transition, assign, and comment on Jira issues from the CLI.
  • Manage sprints and issue lists with simple commands and filters.
  • Use cases include preparing a sprint board, bulk-assigning issues, and updating statuses during development cycles.

Quick Start

Use the jira CLI to view an issue, transition it to a new state, and add a quick comment.

Frequently Asked Questions about jira

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

FAQPage Schema
How do I automate Jira issue management from the command line?

You can automate Jira issue management by using the jira CLI to view, create, transition, assign, and comment on issues directly from the terminal. This reduces manual effort and human error during development cycles.

Can I manage Jira sprints and query issues using JQL via the CLI?

Yes, you can manage Jira sprints and query issues using JQL through the jira CLI. The Skill supports filtering issue lists and preparing sprint boards with simple commands.

Do I need to install and authenticate the jira CLI before automating workflows?

Yes, you must have the jira CLI installed and authenticated by running jira init. This setup is required before you can execute any automated issue management or sprint tasks.

What's the best way to bulk-assign Jira issues and update statuses during development?

The best way to bulk-assign Jira issues and update statuses is by using the jira CLI to transition and assign issues. The Skill applies safety checks by previewing changes before writing.

Are there safety checks when creating or transitioning Jira issues from the CLI?

Yes, the Skill enforces safety checks by previewing changes before performing write operations. It also loads references for advanced tasks to ensure accurate issue transitions and comments.