PAR-200
0
Manual issue → release tagging
DoneLowUnassignedTesksFeature
Child of PAR-190. Today a release snapshots whatever is in a project's "Pending Release" status (implicit). Add explicit tag/untag of an individual issue to a release.
Scope:
- Backend: add/remove a
release_issuemembership row for an issue outside the auto-snapshot (respecting RBAC settings.manage); keep the snapshot path. - UI: a release picker / "add to release" action on the issue detail and from the releases screen.
Resources
- commit9ad87c3 Manual issue tagging on releases (PAR-200)ParadauxIO/tesks
Comments
tesks · Jun 16, 2026, 8:10 PM
Verified LIVE. ReleaseService.addIssue/removeIssue provide explicit tag/untag outside the auto-snapshot (frozen-release guard), exposed as POST/DELETE /releases/{id}/issues... gated on SETTINGS_MANAGE; release_issue table (V15) and the auto-snapshot path remain intact. Acceptance met.
Activity
- tesks changed status to Status → Done
- tesks commented
- ParadauxIO linked a commit — Commit 9ad87c3 — Manual issue tagging on releases (PAR-200)
- tesks changed status to Status → Pending Release
- tesks created the issue