Jira Integration

Retrieve Jira issue details and link Zephyr test cases.

51|6|Updated Mar 28, 2019
One-click install
npx skills add https://github.com/Mte90/dotfiles --skill jira-integration-mte90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Jira Integration
Source: https://github.com/Mte90/dotfiles/tree/main/.config/opencode/skills/quality-engineering/jira-integration
Command: npx skills add https://github.com/Mte90/dotfiles --skill jira-integration-mte90

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of connecting Jira issues with Zephyr test cases, ensuring robust traceability and efficient workflow management between development and quality assurance.

Core Features & Use Cases

  • Retrieve Jira Issue Details: Fetches essential information like Summary, Description, Acceptance Criteria, and Labels from Jira.
  • Link Zephyr Test Cases: Establishes traceability by linking newly created Zephyr Test Cases back to their corresponding Jira Issues.
  • Workflow Automation: Automates the steps of fetching Jira details, generating Zephyr tests, linking them, and updating Jira with relevant comments and labels.
  • Use Case: After a new user story is created in Jira, this Skill can automatically fetch its details, trigger the creation of associated Zephyr test cases, and then link those tests back to the Jira story, updating its status and adding a comment.

Quick Start

Use the Jira Integration skill to link Zephyr test cases for the Jira issue with key 'PROJ-123'.

Frequently Asked Questions about Jira Integration

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

FAQPage Schema
How do I link Zephyr test cases to Jira issues automatically?

Linking Zephyr test cases to Jira issues is automated by fetching issue details like Summary and Acceptance Criteria, generating the tests, and linking them back to the Jira issue to ensure traceability.

What Jira issue details are needed to generate and link Zephyr tests?

To generate and link Zephyr tests, the process fetches core Jira issue information including the Summary, Description, Acceptance Criteria, and Labels to establish proper traceability.

Can I automate my Jira and Zephyr workflow to update issue status and comments?

Yes, the Jira and Zephyr workflow can be automated to fetch issue details, generate test cases, link them, and update the original Jira issue with relevant comments and labels automatically.

Does this Jira Zephyr integration work without external dependencies?

The Jira Zephyr integration operates without external dependencies, managing the workflow by integrating directly with Jira MCP and Zephyr Generation skills to fetch details and create test cases.

When should I use automated test case linking for Jira traceability?

Automated test case linking should be used when a new user story is created in Jira and you need to automatically fetch its details, trigger Zephyr test creation, and link them back for QA traceability.