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): address review comments on candidates-from-pr
- fetch_pr.py: guard against IndexError when gh stderr is whitespace-only
- SKILL.md: add jq + Python 3.10+ to prerequisites
- SKILL.md: 'highest' (not 'smallest') unreleased version for main/master,
matching the command doc's wording
- SKILL.md, candidates-from-pr.md: tag bare fenced blocks (MD040)
- candidates-from-pr.md: align candidate `assignee` schema with SKILL.md
(object with display_name/email, as returned by Jira)
- bump jira plugin to 0.4.8
Assisted-By: Claude <noreply@anthropic.com>
Signed-off-by: Enrique Llorente <ellorent@redhat.com>
- For OCPBUGS, target release is in `customfield_10855` (Target Version), not `fixVersions` (managed by release team — see `plugins/jira/reference/mcp-tools.md:295`). Query both for safety.
Pick the **smallest** version where `released == false` and rewrite `filters.json` with it (set `target_release_source = "project_versions"`).
121
+
Pick the **highest**unreleased numeric version where `released == false` (the current development release for `main`/`master`) and rewrite `filters.json` with it (set `target_release_source = "project_versions"`).
0 commit comments