forked from Gitlink/gitlink-cli
新增功能参数
gitlink-cli search +issues --keyword "登录失败" # 必填:搜索关键词
--category opened # 可选:all/opened/closed
--assignee 42 # 可选:按负责人 ID
--author 10 # 可选:按创建人 ID
--milestone 5 # 可选:按里程碑 ID
--tag 1,2 # 可选:按标签 ID
--sort-by created_on # 可选:排序字段
--sort-dir asc # 可选:排序方向
API 调用
GET /api/v1/{owner}/{repo}/issues?keyword=xxx&category=opened&assigner_id=42&sort_by=issues.updated_on
|
||
|---|---|---|
| .. | ||
| gitlink-search-issues.md | ||
| gitlink-search-repos.md | ||
| gitlink-search-users.md | ||