Dev10x:jira

Automate JIRA issue retrieval, linking, and updates via Bash scripts.

7|2|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-jira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dev10x:jira
Source: https://github.com/Dev10x-Guru/Dev10x-Claude/tree/main/skills/jira
Command: npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-jira

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The manual process of querying, linking, or fetching JIRA issues can be cumbersome and prone to errors. This skill streamlines JIRA operations by encapsulating workflows into easy-to-use commands, ensuring that credentials and patterns are always accessible and safe.

Core Features & Use Cases

  • Efficient Issue Querying: Quickly retrieve JIRA issues using specific keys or search queries.
  • Issue Linking: Establish connections between issues with pre-defined link types like 'Blocks' and 'Relates'.
  • Update Issues: Modify issue details with ease, including comments and metadata.
  • Use Case: If you're managing a project and need to link two issues together or update an issue's status, this skill provides a fast and secure way to perform these actions without leaving your workflow.

Quick Start

To fetch a JIRA issue, use the command: jira-get.sh PROJ-100.

Frequently Asked Questions about Dev10x: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 executing predefined Bash scripts that wrap common operations like retrieving, linking, and updating issues. This approach uses environment variables and system keyring to ensure secure credential handling.

How do I securely retrieve and query JIRA issues using Bash scripts?

You query JIRA issues securely by running a provided script like `jira-get.sh` with an issue key. The script fetches the data using curl while protecting your Atlassian API credentials through environment variables and the system keyring.

Can I link JIRA issues automatically using predefined workflows?

Yes, you can establish connections between JIRA issues automatically using predefined workflows. The scripts support creating specific link types like 'Blocks' and 'Relates' to automate issue tracking relationships.

Do I need curl and jq installed to manage JIRA workflows via scripts?

Yes, you need curl and jq installed to manage JIRA workflows via scripts. You also need the secret-tool dependency for secure credential storage, along with proper Atlassian tenant configuration and valid API credentials.

What is the best way to update JIRA issue details without leaving the terminal?

The best way to update JIRA issue details from the terminal is using predefined Bash scripts that modify issue metadata and add comments. This method encapsulates the API calls to ensure fast and error-free updates.

Are there limitations when using Bash scripts for JIRA issue automation?

The primary limitation is the dependency on a Bash environment with curl, jq, and secret-tool installed. Additionally, proper Atlassian tenant configuration and valid JIRA API credentials must be set up beforehand for the scripts to function.