jira

Automate Jira issue, sprint, and board management via jira-cli.

139|38|Updated Mar 28, 2024
One-click install
npx skills add https://github.com/olasunkanmi-SE/codebuddy --skill jira-olasunkanmi-se
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/olasunkanmi-SE/codebuddy/tree/main/skills/jira
Command: npx skills add https://github.com/olasunkanmi-SE/codebuddy --skill jira-olasunkanmi-se

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jira issues, sprints, and boards can be managed directly from your chat, reducing context switches and speeding up team workflows.

Core Features & Use Cases

  • View, create, update, and comment on Jira issues from the chat.
  • Manage sprints and boards, and track progress without leaving your IDE or chat.
  • Use case: a developer can quickly create an issue, assign it, and log progress while discussing tasks.

Quick Start

Authenticate with jira init, configure your JIRA_BASE_URL and API token, then start issuing Jira commands from the chat.

Frequently Asked Questions about jira

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

FAQPage Schema
How do I manage Jira issues from chat?

Jira issue management from chat is handled via the jira-cli tool, allowing you to view, create, update, and comment on issues. It requires running jira init and configuring your JIRA_BASE_URL and API token for safe command execution.

Do I need an API token to control Jira sprints and boards?

Yes, an API token is required to control Jira sprints and boards. You must configure your API token and JIRA_BASE_URL during the jira init authentication setup to safely execute management commands.

Can I create and assign Jira issues without leaving my IDE?

Yes, you can create and assign Jira issues without leaving your IDE or chat. The jira-cli tool automates issue creation and assignment directly within your development environment, reducing context switches.

What is the best way to automate Jira workflows in chat?

The best way to automate Jira workflows in chat is using the jira-cli tool to execute commands for issue tracking and sprint management. This reduces context switches by handling Jira project tasks directly in your conversation.

Why does jira init fail to authenticate my Jira project?

Jira init fails when the JIRA_BASE_URL is incorrect or the API token is missing. You must properly configure both the base URL and a valid API token to safely execute commands and manage your Jira projects.