forked from Gitlink/gitlink-cli
在现有 batch-close/update/delete 基础上补全 Issue 批量操作:
- issue +batch-reopen 批量重新打开已关闭的 Issue
- issue +batch-comment 批量为多个 Issue 添加评论
两者均复用现有批量基础设施(collectIssueNumbers / parseBool /
fetchExistingIssue / batchCloseSummary),支持 --numbers、--from CSV、
--dry-run 预演,与 batch-close 行为一致。
reopenIssue 复用 fetchExistingIssue 保留 subject/description 后将
status_id 置为 openIssueStatusID(1);commentIssue 向
/v1/.../issues/{n}/journals POST notes。
含单元测试(dry-run 路径 + 必填参数校验)。
|
||
|---|---|---|
| .. | ||
| api-batch-runner.md | ||
| auth-config-dir-fallback.md | ||
| dataset-shortcuts.md | ||
| doctor-command.md | ||
| ignore-shortcut.md | ||
| issue-batch-maintenance.md | ||
| issue-batch-reopen-comment.md | ||
| issue-id-alias.md | ||
| issue-metadata-fields.md | ||
| label-shortcut.md | ||
| list-filter-fixes.md | ||
| member-shortcut.md | ||
| milestone-shortcut.md | ||
| pipeline-openapi-shortcuts.md | ||
| profile-shortcuts.md | ||
| release-update-shortcuts.md | ||
| repo-insight-shortcuts.md | ||
| repo-settings-shortcuts.md | ||
| repo-tree-shortcut.md | ||
| webhook-shortcut.md | ||
| wiki-shortcut.md | ||