wbtiger
|
177f9082d8
|
Merge pull request 'feat(issue): 新增 batch-reopen / batch-comment 批量操作' (#407) from chroe/gitlink-cli:feat/issue-batch-reopen-comment into master
|
2026-07-14 20:43:19 +08:00 |
wbtiger
|
9e3bc3f66b
|
Merge pull request 'fix(issue): preserve metadata during batch close' (#145) from dtwdtw/gitlink-cli:fix/batch-close-issue-metadata into master
|
2026-07-14 20:40:31 +08:00 |
chroe
|
f986634498
|
feat(issue): add batch-reopen and batch-comment shortcuts
在现有 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 路径 + 必填参数校验)。
|
2026-07-09 22:13:52 +08:00 |
wangyue789
|
0703d3eba9
|
feat(issue): add batch maintenance shortcuts
|
2026-06-15 08:21:10 +08:00 |
dtwdtw
|
ecffc5d972
|
fix(issue): preserve metadata when batch closing
|
2026-06-08 12:01:08 +08:00 |
wangyue789
|
b2e840f498
|
feat(issue): add batch close shortcut with dry-run support
|
2026-05-13 17:27:50 +08:00 |