jira_integration

Integrates Jira and Xray to fetch, validate, and push test results.

129|51|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/anhtester/antigravity-testing-kit --skill jira-integration-anhtester
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira_integration
Source: https://github.com/anhtester/antigravity-testing-kit/tree/main/.agent/skills/jira_integration
Command: npx skills add https://github.com/anhtester/antigravity-testing-kit --skill jira-integration-anhtester

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires axios, dotenv, and includes scripts (resource) components.

What problem does it solve?

This Skill enables seamless integration between Jira and Xray to fetch requirements, validate Xray, and push test results, eliminating manual handoffs and data gaps.

Core Features & Use Cases

  • Fetch Jira Requirements/User Stories and convert them into standardized requirements documents.
  • Authenticate and work with Xray Cloud or Server to validate test management data.
  • Import and sync test results from automation (Playwright, JUnit, Allure) into Xray/Jira, enabling traceability and reporting.
  • Validate Jira connections, facilitate CI/CD integrations, and support end-to-end QA workflows across platforms.

Quick Start

Configure the environment with Jira and Xray credentials, install dependencies, and run the Jira fetcher to retrieve a ticket and generate a requirement document.

Frequently Asked Questions about jira_integration

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

FAQPage Schema
How do I sync Jira requirements and Xray test results automatically?

To sync Jira requirements and Xray test results automatically, you can configure script-based tooling using Jira API access and Xray authentication to fetch requirements and push test execution data without manual handoffs.

What's the best way to import Playwright test results into Xray?

The best way to import Playwright test results into Xray is by using an integration script that authenticates with Xray Cloud or Server and pushes the automation test reports directly to establish traceability.

Do I need specific credentials to fetch Jira user stories for test management?

Yes, you need Jira API access and Xray Cloud or Server authentication credentials configured in your environment to fetch user stories and validate test management data.

Can I use this Jira integration for CI/CD test automation workflows?

Yes, this Jira integration supports CI/CD workflows by importing and syncing test results from automation frameworks like JUnit and Allure into Xray, enabling end-to-end QA data flow across platforms.

Does Xray Cloud authentication work differently than Xray Server for API integration?

Xray Cloud and Xray Server both support API integration for validating test management data and pushing results, but they require specific environment configurations tailored to their respective authentication mechanisms.

What dependencies are required to set up Jira and Xray environment configuration?

Setting up Jira and Xray environment configuration requires installing axios for HTTP requests and dotenv for managing environment variables, along with valid Jira API and Xray credentials.