jira

Manage Jira tickets in the FORGE project via the Atlassian CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Jira skill enables quick terminal‑based interaction with the Forge Jira project, eliminating the need to open the web UI for common ticket operations.

Core Features & Use Cases

  • View, search, create, edit, and transition tickets using the Atlassian CLI tool.
  • Enforces default ticket type, project, and status conventions for consistency.
  • Provides security guidance to ensure credentials are handled safely.
  • Useful for developers, product managers, and anyone needing fast Jira operations from the command line.

Quick Start

Ask the jira skill to show the details of ticket FORGE-123.

Frequently Asked Questions about jira

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

FAQPage Schema
How do I manage Jira tickets from the terminal without opening the web UI?

You can manage Jira tickets from the terminal using the Atlassian CLI tool to retrieve, create, edit, search, and transition tickets directly. This skill enforces default project and status conventions for consistent ticket operations without needing the web interface.

What do I need to use the Atlassian CLI to automate ticket management in the terminal?

To automate Jira ticket management, you need the acli command-line tool installed and valid credentials. The skill validates credentials via acli auth without hard-coding secrets, ensuring secure access to the FORGE project.

Can I create and transition Jira tickets using command line automation?

Yes, you can create and transition Jira tickets using command line automation with the Atlassian CLI. The skill applies default ticket type and project conventions to ensure consistent ticket creation and status transitions directly from the terminal.

How does terminal-based Jira ticket management compare to using the web UI?

Terminal-based Jira ticket management offers faster interaction for common operations compared to the web UI. Using the Atlassian CLI, you can quickly view, search, and edit tickets without browser overhead, making it ideal for developers needing streamlined workflows.

Are there limitations when using the Atlassian CLI to manage Jira tickets from the terminal?

The Atlassian CLI manages Jira tickets specifically within the FORGE project and enforces default ticket types and statuses. Operations require the acli tool and valid authenticated credentials, meaning you cannot perform actions outside configured project conventions.