feat(issue): support metadata fields #57
Loading…
Reference in New Issue
No description provided.
Delete Branch "wangyue111/gitlink-cli:feat/issue-metadata-fields"
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?
变更内容
issue +create新增 Issue 元数据参数:--priority-id、--tag-ids、--assigner-ids、--branch、--start-date、--due-date。issue +update支持同一组元数据更新参数,允许只更新元数据并保留现有标题和描述。issue +create --label映射为单个issue_tag_ids,补齐原有参数的实际 payload 行为。验证
GOPROXY=https://goproxy.cn,direct go test ./...go run . issue +create --helpgo run . issue +update --helpgit diff --check7fb8e33e78to89d5321713