You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix JIRA_LINK placeholder collision in feature-freeze-update template
(team lines were getting release-notes URL instead of feature-freeze
URL). Remove stale references to deleted fetch_team_mapping.py and
cross-skill fetch_schedule.py — replace with gog CLI fallbacks. Fix
contradictory team_id gotchas and stale test docstring.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There are [{{OUTSTANDING_RELEASE_NOTES_ISSUE_COUNT}}]({{JIRA_LINK}}) outstanding Release Notes. Please review and update Features and bugs.
29
+
There are [{{OUTSTANDING_RELEASE_NOTES_ISSUE_COUNT}}]({{RELEASE_NOTES_JIRA_LINK}}) outstanding Release Notes. Please review and update Features and bugs.
Filter the JSON output to active teams only (status column = "Active"). To filter by category, match the category column.
48
38
49
39
## Step 3 (fallback): Format output
50
40
@@ -60,15 +50,14 @@ Include link to source: [RHDH Team Mapping](https://docs.google.com/spreadsheets
60
50
61
51
<gotchas>
62
52
63
-
- By default only Active teams are returned. Use `--all` flag for deprecated teams.
64
-
- The `team_id` is the numeric ID used for JQL filtering with `"Team[Team]" = {{TEAM_ID}}` syntax.
65
-
- Team ID is used by `parse_issues.py --enrich` for team-based filtering — not direct JQL (the Team custom field cannot be queried via JQL).
53
+
- By default only active teams are returned. The CLI filters by `status = Active` in the Google Sheet.
54
+
- The `team_id` is the numeric ID used by `parse_issues.py --enrich` for team-based filtering — the Team custom field cannot be queried via JQL directly.
66
55
67
56
</gotchas>
68
57
69
58
<success_criteria>
70
59
71
60
-[ ] Table with team name, lead, category, and team ID
72
-
-[ ] Only active teams shown (unless `--all` requested)
0 commit comments