jira

Manage Jira Cloud issues and workflows through authenticated REST API operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill removes the friction of managing Jira Cloud tasks by enabling AI-assisted access to issues, projects, comments, worklogs, and workflow transitions through a consistent API workflow.

Core Features & Use Cases

  • Issue Management: Read, create, edit, search, and summarize Jira issues using Jira Cloud REST API operations.
  • Workflow Operations: Retrieve available transitions, change issue status, add comments, and record worklogs.
  • Use Case: A developer or product manager can ask the Skill to find sprint tickets, update an issue description, move a task to the next status, or log completed work.

Quick Start

Ask the jira skill to find and summarize the latest issues matching a Jira project query.

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 and sprints without leaving my command line workflow?

To manage Jira issues and sprints without leaving your workflow, you can use a Bash wrapper that interacts with the Jira Cloud REST API to search, update, and transition tickets using configured credentials.

Can I search a Jira backlog and update ticket status through API operations?

Yes, you can search a Jira backlog and update ticket status through API operations by executing Bash commands that retrieve available transitions and apply status changes to issues.

What do I need to configure before automating Jira ticket tracking with API scripts?

Before automating Jira ticket tracking with API scripts, you need to configure Jira Cloud REST API credentials in your environment and ensure curl and jq dependencies are installed for command execution.

How do I log work hours and add comments to Jira Cloud issues automatically?

To log work hours and add comments to Jira Cloud issues automatically, you execute API operations through a Bash wrapper that records worklogs and posts comments to specific tickets.

What are the limitations of using bash scripts for Jira workflow transitions?

A limitation of using bash scripts for Jira workflow transitions is that operations are restricted to the Jira Cloud REST API capabilities and require properly configured environment credentials for authentication.

Does the Jira API wrapper support sprint management and JQL backlog searches?

Yes, the Jira API wrapper supports sprint management and JQL backlog searches by executing authenticated REST API operations to find sprint tickets and summarize matching project issues.