JIRA Ticket Creator
JIRA Ticket Creator Skill
⚠️ CRITICAL: JIRA Uses Wiki Markup, NOT Markdown!
YOU MUST USE JIRA WIKI MARKUP SYNTAX - NEVER USE MARKDOWN!
| Element | ❌ WRONG | ✅ CORRECT |
|---|---|---|
| Header | ### What |
h3. What (space required!) |
| Bullets | - Item or • Item |
* Item |
| Nested | - Nested |
** Nested |
| Inline Code | `code` |
{{code}} |
| Bold | **text** |
*text* |
| Path Params | /api/{id} |
/api/:id or /api/ID |
| Placeholders | {customer-id} |
CUSTOMER_ID or :customer_id |
If you use Markdown syntax, the ticket will render incorrectly in JIRA!
See "CRITICAL: JIRA Wiki Markup Formatting" section below for complete reference.
More from openshift-hyperfleet/hyperfleet-claude-plugins
jira story point estimator
Estimates story points for JIRA tickets by analyzing complexity, scope, and comparing to historical team data. Activates when users ask to estimate, point, or size a ticket, or ask "how many points should this be?
15jira-story-pointer
Estimates story points for JIRA tickets by analyzing complexity, scope, and comparing to historical team data. Activates when users ask to estimate, point, or size a ticket, or ask "how many points should this be?
2review-pr
Review a PR with JIRA validation, architecture checks, impact analysis, and interactive recommendations
1hyperfleet architecture
Answers questions about HyperFleet architecture, design patterns, versioning strategies, cluster lifecycle, event-driven architecture, adapter framework, and git workflow by fetching docs from the openshift-hyperfleet/architecture GitHub repository.
1architecture impact
Analyzes code changes in HyperFleet component repositories (API, Sentinel, Adapter, Broker) to determine if architecture documentation needs updates using directory-based scope and complete document reading with single comprehensive LLM analysis. Activates when users ask "analyze architecture impact", "check if docs need update", or use /architecture-impact.
1jira ticket triage
Validates JIRA tickets have required fields and quality standards for sprint planning.
1