create-jira

Create WAF JIRA tickets for documentation work via interactive, CLI, or from-section workflows.

78|252|Updated Feb 7, 2024
One-click install
npx skills add https://github.com/hashicorp/web-unified-docs --skill create-jira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-jira
Source: https://github.com/hashicorp/web-unified-docs/tree/main/content/well-architected-framework/docs/.claude/skills/create-jira
Command: npx skills add https://github.com/hashicorp/web-unified-docs --skill create-jira

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, python3.

What problem does it solve?

This skill automates the creation of WAF JIRA tickets for documentation work using existing ticket infrastructure.

Core Features & Use Cases

  • Create, fill, and submit WAF JIRA tickets using existing jira_tickets infrastructure.
  • Supports interactive, CLI, and from-section workflows to generate tickets for new or updated documentation within the WAF project.
  • Validates required fields, converts descriptions to ADF format, and returns the ticket URL.

Quick Start

Use the create-jira skill to generate a JIRA ticket for a new docs article or a new section. Example: /create-jira --title "Authentication and Identity" --pillar 2 --description-file jira_tickets/authentication_description

Frequently Asked Questions about create-jira

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

FAQPage Schema
How do I automate JIRA ticket creation for documentation updates?

You can automate JIRA ticket creation for documentation updates by running the create-jira Skill, which validates required fields, converts descriptions to Atlassian Document Format, and returns the ticket URL.

What is the best way to create WAF JIRA tickets from the command line?

The best way to create WAF JIRA tickets from the command line is using the create-jira Skill's CLI workflow, which supports passing inputs like title, pillar, and description files to generate tickets automatically.

Do I need curl and jq installed to create JIRA tickets automatically?

Yes, you need curl, jq, and python3 installed in your environment, as these are the required dependencies for the create-jira Skill to interact with existing JIRA ticket infrastructure and process data.

Can I use a markdown file for JIRA ticket descriptions?

Yes, you can use a description file for JIRA ticket descriptions, which the Skill automatically converts into Atlassian Document Format (ADF) before submitting the ticket to the WAF project.

Does the JIRA ticket automation support interactive workflows?

Yes, the JIRA ticket automation supports interactive, CLI, and from-section workflows, allowing you to generate tickets for new or updated documentation within the WAF project based on your preferred input method.