jira-writer-pipeline

Automates Jira updates from QA pipeline payloads with deterministic ADF comments and idempotency checks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JuantoC/BlueStack-Test-Automation-Framework --skill jira-writer-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-writer-pipeline
Source: https://github.com/JuantoC/BlueStack-Test-Automation-Framework/tree/main/.claude/skills/jira-writer-pipeline
Command: npx skills add https://github.com/JuantoC/BlueStack-Test-Automation-Framework --skill jira-writer-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates Jira workflow updates from structured QA pipeline payloads sent by the test-reporter.

Core Features & Use Cases

  • Routes payloads through MODO B (Master validation), MODO C (Dev_SAAS validation), MODO D (create bug), MODO F (pipeline input), and MODO G (escalation) based on the operation and environment.
  • Builds deterministic Jira comments in ADF format, performs idempotency checks, uploads attachments when present, and applies transitions accordingly.
  • Manages cross-ticket workflows including linking new bugs to originals, and provides clear provenance and auditability for QA-driven Jira activity.

Quick Start

Feed a structured payload from the QA pipeline to trigger the appropriate Jira actions.

Frequently Asked Questions about jira-writer-pipeline

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

FAQPage Schema
How do I automate Jira updates from a QA pipeline payload?

Automate Jira updates from a QA pipeline payload by feeding structured test-reporter data into the pipeline to trigger actions like validate_master, validate_devsaas, or create_bug. The system routes payloads through different operational modes to apply transitions and build deterministic ADF comments.

How do I automatically create Jira bugs from automated test results?

Create Jira bugs from automated test results by using the create_bug mode within the QA pipeline payload. This mode handles bug creation, links new bugs to original tickets for cross-ticket workflow management, and uploads attachments when present.

How do I add idempotency checks to automated Jira comment workflows?

Add idempotency checks to automated Jira comment workflows by processing QA pipeline payloads through the pipeline's routing modes. The system performs idempotency checks before building deterministic ADF comments and applying transitions to prevent duplicate updates.

Can I automate Jira ticket transitions based on QA environment validation?

Automate Jira ticket transitions based on QA environment validation by routing payloads through validate_master or validate_devsaas modes. The pipeline applies transitions via helper functions with robust error handling after validating the specific environment.

Does the Jira automation pipeline support escalation comments and attachments?

The Jira automation pipeline supports escalation comments and attachments through the escalation_comment mode. It builds deterministic ADF-based comments and handles attachment uploads when present in the incoming QA pipeline payload.

What is the best way to add observation comments to Jira from a QA pipeline?

The best way to add observation comments to Jira from a QA pipeline is through the add_observation mode. This routes the structured payload to generate deterministic ADF comments, ensuring clear provenance and auditability for QA-driven activity.