Full GitLab parity for ticket comments#123
Conversation
Fetch, edit, and delete GitLab issue comments via `glab api` issue notes (was post-only). Brings GitLab to the same 2-way sync as GitHub: - fetch: GET projects/<id>/issues/<iid>/notes (skips system notes) - edit: PUT .../notes/<id> - delete: DELETE .../notes/<id> external_id stored as note_<id> so posts/fetches dedupe.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthrough
ChangesGitLab ticket-comment 2-way sync
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Brings GitLab ticket comments to full 2-way sync, matching GitHub (was post-only).
Via
glab apiissue notes:note_<id>Local cards and the coworker AI chat are unchanged.
Summary by CodeRabbit