849 B
849 B
Issue comment management shortcuts
This change expands issue comment support from create-only to a full comment management workflow.
issue +commentnow supports threaded replies through--parent-idand--reply-id, attachment IDs, and mentioned users.issue +commentslists comments and operation records with category, keyword, sorting, and pagination filters.issue +comment-updateandissue +comment-deleteedit or remove existing issue comments.issue +comment-replieslists child comments for threaded conversations.
The implementation keeps the existing issue +comment -b behavior compatible
and adds validation for numeric comment, parent, reply, and attachment IDs
before any API request is sent.
Verification:
go test ./shortcuts/issuego test ./shortcutsgo build ./...git diff --check