Fix show-queue targets to display all queued issues - #698
Conversation
The jq filter used `.metadata.issue` but downstream agents (rebase, backport, rebuild) populate `.metadata.jira_issue` instead. Tasks from triage used `.issue`, making the filter silently drop every post-triage queue entry. Check both fields so all items are visible regardless of which agent enqueued them. Assisted-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
PR Summary by QodoFix show-queue to show items enqueued with jira_issue metadata
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
There was a problem hiding this comment.
Code Review
This pull request updates the openshift/Makefile to prioritize the .metadata.jira_issue field over .metadata.issue when querying and displaying Valkey queues. There are no review comments, so we have no additional feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Code Review by Qodo
Context used✅ Compliance rules (platform):
7 rules 1.
|
When the selected issue field is an object (e.g. a Jira issue dict), extract .key instead of printing raw JSON. Assisted-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The jq filter used
.metadata.issuebut downstream agents (rebase, backport, rebuild) populate.metadata.jira_issueinstead. Tasks from triage used.issue, making the filter silently drop every post-triage queue entry.Check both fields so all items are visible regardless of which agent enqueued them.
Assisted-by: Claude Opus 4.6 (1M context) noreply@anthropic.com