One-click install
npx skills add https://github.com/himanshu231204/AI_Research_agent --skill jira-integration-himanshu231204
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: jira-integration
Source: https://github.com/himanshu231204/AI_Research_agent/tree/main/.opencode/skills/jira-integration
Command: npx skills add https://github.com/himanshu231204/AI_Research_agent --skill jira-integration-himanshu231204

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually switching between your AI coding workflow and Jira to manage tickets, update statuses, and track requirements breaks focus and slows down development cycles.

Core Features & Use Cases

  • Dual Integration Support: Works with both the recommended MCP Atlassian server and direct Jira REST API v3 calls for maximum flexibility.
  • Full Ticket Lifecycle Management: Fetch tickets, extract testable requirements, update statuses, add progress comments, link PRs, and search issues via JQL without leaving your AI workflow.
  • Use Case: For example, when starting work on a PROJ-1234 feature ticket, use this skill to pull all acceptance criteria, write corresponding automated tests, and update the ticket with progress and PR links automatically.

Quick Start

Use the jira-integration skill to fetch the details of Jira ticket PROJ-1234, extract its acceptance criteria, and transition its status to In Progress.

Frequently Asked Questions about jira-integration

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

FAQPage Schema
How do I manage Jira tickets directly within my AI coding workflow?β–Ό

You can manage Jira tickets within your AI coding workflow by using an integration skill that fetches ticket requirements, updates issue statuses, and links pull requests through either the MCP Atlassian server or direct Jira REST API v3 calls. This eliminates manual context switching during development.

How do I fetch Jira ticket acceptance criteria and transition issue status automatically?β–Ό

To fetch acceptance criteria and transition issue status automatically, configure an MCP Atlassian server connection or Jira REST API v3 credentials, then request ticket details like PROJ-1234 and trigger the status transition to In Progress directly from your AI environment without manual browser interaction.

Can I use Jira REST API v3 alongside the MCP Atlassian server for ticket tracking?β–Ό

Yes, you can use Jira REST API v3 alongside the MCP Atlassian server for ticket tracking. The skill supports dual integration paths, allowing flexible workflow automation depending on your specific Atlassian tooling setup and API access preferences.

Do I need to manually configure Atlassian credentials to search issues via JQL in AI workflows?β–Ό

You must configure secure Atlassian credentials to search issues via JQL in AI workflows. The skill handles secure credential management required for authenticating MCP Atlassian server requests and direct Jira REST API v3 interactions during issue tracking operations.

What is the best way to link code changes and pull requests to Jira issues without leaving my IDE?β–Ό

The best way to link code changes to Jira issues without leaving your IDE is using workflow automation that adds progress comments and PR links to specific tickets via Jira REST API v3, keeping your software development context entirely unified.