adapter-jira

Fetch Jira issues and extract structured task data for downstream planning.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/daniyarseifolla/agent-skills --skill adapter-jira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adapter-jira
Source: https://github.com/daniyarseifolla/agent-skills/tree/main/v2.2/adapters/jira
Command: npx skills add https://github.com/daniyarseifolla/agent-skills --skill adapter-jira

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jira-based task sourcing requires automated retrieval of issues, extraction of key fields, and consistent initiation of downstream work; this adapter provides structured data from Jira to feed planning, transitions, and MR description generation.

Core Features & Use Cases

  • Fetch Jira issues as a task-source for the pipeline
  • Parse acceptance criteria from issue descriptions
  • Extract essential fields (title, description, priority, status, assignee)
  • Manage transitions and update issue states as part of deployments
  • Generate ready-to-use MR descriptions for code reviews and merges
  • Support integration with phases of multi-agent pipelines and planning

Quick Start

Configure the Jira task-source adapter to fetch issues, parse acceptance criteria, and generate MR descriptions for integration into the pipeline.

Frequently Asked Questions about adapter-jira

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

FAQPage Schema
How do I fetch Jira issues and use them for automated merge request generation?

To fetch Jira issues for MR generation, configure a task-source adapter to retrieve issues, extract essential fields like title and priority, and standardize the data into structured MR descriptions for automated pipeline workflows.

Can I automate Jira status transitions during deployment events?

Yes, you can automate Jira status transitions during deployments by using a transition capability that updates issue states, ensuring Jira issues remain synchronized with downstream deployment events and code review processes.

How do I parse acceptance criteria from Jira issue descriptions?

Parsing acceptance criteria from Jira issue descriptions requires an AC parsing contract that extracts structured task data from the issue text, enabling downstream planning and automated MR generation workflows.

Does the Jira task-source adapter provide complexity hints for planning pipelines?

Yes, the adapter provides complexity hints by extracting essential fields and structured task data from fetched Jira issues, feeding necessary context into multi-agent planning pipelines for code review and deployment.

What is the best way to format MR descriptions from Jira tasks for code reviews?

The best way to format MR descriptions from Jira tasks is using an adapter that standardizes task data and MR narratives, generating ready-to-use descriptions directly from extracted issue fields and acceptance criteria.

Can I use this Jira adapter without external dependencies for pipeline integration?

Yes, the Jira adapter operates without external component dependencies, directly implementing fetch, parse, transition, and MR formatting functions to provide structured task data for multi-agent pipeline integration.