feat(issue): add +comments, +comment-edit, +comment-delete #384
Loading…
Reference in New Issue
No description provided.
Delete Branch "Taoyouce/gitlink-cli:feat/issue-comment-crud"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Completes the comment (journal) lifecycle for issues. The CLI could only create comments; the v1 journals endpoints (
Api::V1::Issues::JournalsController) also support list/update/destroy:+commentsexposes--keywordand--category comment|operate(both straight from the controller'squery_params) plus standard paging; the response includes the server's comment/operate journal counts.--comment-idis integer-validated client-side before any API call.{"notes": ...}matchingjournal_params.Validation
status: 0(test issue cleaned up afterwards).go test ./...,go vet,gofmtall clean.