feat(rhdh-jira): add component catalog, freeze flags, gotchas, and validation#30
Merged
Merged
Conversation
…lidation Session learnings from 2.1 Feature Exploration readiness check: parse_issues.py: - Add 'size' to ENRICHED_SELECT so T-shirt sizing appears in enriched output alongside story_points SKILL.md: - Gotcha #16: Feature→Epic child links use Parent Link (customfield_10018), not issuelinks — prevents false 'no child Epics' reports - Gotcha #17: REST /rest/api/3/search returns 410 Gone, use /rest/api/3/search/jql POST endpoint instead - Add validate_components.py to scripts table fields.md: - Full 90-component catalog with descriptions, grouped by category (RHDH Core, Backstage, Extension Plugin, Program) - Freeze exclusion flags (Excl FF, CF, Post CF, Excl RN) per component — matches the Release Automation Sheet - Component inference instructions: inherit from parent, match keywords from summary, validate against project - Validation section now references validate_components.py feature-exploration.md: - Clarify New status is expected going into Feature Exploration - Epic creation can happen before exploration to help size Features validate_components.py (new): - Compares fields.md component catalog against live RHIDP + RHDHPLAN Jira components via REST API - Reports drift in both directions - Supports --json for structured output
- Remove dead parse_fields_md function from validate_components.py - Fix grammar: 'Features in New status is' → 'are' - Replace duplicated curl commands in feature-exploration.md with reference to fields.md component catalog and validate_components.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Session learnings from the 2.1 Feature Exploration readiness check. Fixes issues encountered when auditing COPE's 27 candidate features.
Sources
Changes
scripts/parse_issues.pysizetoENRICHED_SELECT— T-shirt sizing now appears in enriched output alongside story_pointsscripts/validate_components.py--json.SKILL.mdreferences/fields.mdreferences/feature-exploration.mdKey Decisions Captured
customfield_10018) is the correct field for Feature→Epic parent-child relationships — notissuelinks. Checking issuelinks produces false "no child Epics" reports.customfield_10795, not Story Points (customfield_10028). Both should be checked./rest/api/3/searchreturns 410 Gone on this Jira instance. Use POST to/rest/api/3/search/jqlinstead.Verification
validate_components.pyruns successfully against live Jira (90 documented, 125 live — 35 legacy/duplicates in Jira not in catalog, 0 missing from Jira) ✅