Structured list of all active RHDH teams with leads and Slack handles.
| Requirement | Check |
|---|---|
| gog CLI | gog sheets metadata 1vQXfvID72qwqvLb17eyGOvnZXrZG7NBzTGv6RP9wvyM --json succeeds |
If gog check fails: run gog auth add <email>.
python scripts/release.py --json teamsTo filter by category:
python scripts/release.py --json teams --category EngineeringIf the CLI succeeds, use its output directly. If it fails, follow the manual steps below.
gog sheets get 1vQXfvID72qwqvLb17eyGOvnZXrZG7NBzTGv6RP9wvyM Team --json --results-onlyFilter the JSON output to active teams only (status column = "Active"). To filter by category, match the category column.
Present as a table:
| Category | Team Name | Team ID | Leads | Slack Handles | Status |
|---|---|---|---|---|---|
| {{CATEGORY}} | {{TEAM_NAME}} | {{TEAM_ID}} | {{LEADS}} | {{SLACK_HANDLES}} | {{STATUS}} |
Include link to source: RHDH Team Mapping
- By default only active teams are returned. The CLI filters by
status = Activein the Google Sheet. - The
cloud_idis the Jira Cloud team identifier used byparse_issues.py --enrichfor team-based filtering — the Team custom field cannot be queried via JQL directly.
<success_criteria>
- Table with team name, lead, category, and team ID
- Only active teams shown by default
</success_criteria>