jira

Manage Jira issues via MCP ATL tools and curl API calls.

2|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/jimweller/davit-dataops-dotfiles --skill jira-jimweller
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/jimweller/davit-dataops-dotfiles/tree/main/claude-code/skills/jira
Command: npx skills add https://github.com/jimweller/davit-dataops-dotfiles --skill jira-jimweller

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies and standardizes interactions with Jira, an issue tracking system, by providing clear conventions and executable commands for managing tickets, epics, comments, and attachments.

Core Features & Use Cases

  • Issue Management: Create, read, update, and transition Jira issues (Epics, Tasks).
  • Linking & Assignment: Link issues, assign tasks to users, and manage issue priorities and labels.
  • Comments & Attachments: Add, read, update, and delete comments and attachments on issues.
  • Use Case: When working on a new feature, use this Skill to create an Epic, then create several Tasks linked to that Epic, assign them to team members, and add comments with updates.

Quick Start

Use the jira skill to create a new task with the summary "Implement user authentication".

Frequently Asked Questions about jira

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

FAQPage Schema
How do I create and link Jira epics and tasks for a new feature?

To create and link Jira issues for a new feature, you can generate an Epic, create linked Tasks, assign them to team members, and add comments for status updates.

Can I manage Jira comments and attachments using API calls?

Yes, you can add, read, update, and delete comments and attachments on Jira issues using direct API calls via curl and MCP ATL tools.

Does this approach to Jira issue management support custom fields and issue transitions?

Yes, this Jira issue management approach supports issue transitions, issue linking, assignment, and specific handling for custom fields.

What is the best way to enforce Jira conventions for clear communication?

The best way to enforce Jira conventions is by using standardized commands that enforce writing standards for clear communication during issue creation and updates.

What issue types are supported when managing Jira tickets through API calls?

Managing Jira tickets through API calls supports various issue types, including Epics and Tasks, with specific handling for custom fields and issue linking.