Loading...
Loading...
Compare original and translation side by side
ghprojectghprojectgh project item-list <number> \
--owner <owner> \
--format json \
--limit 999DraftIssuegh project item-list <number> \
--owner <owner> \
--format json \
--limit 999DraftIssuegh issue create \
--title "feat: プロジェクト名" \
--body "$(cat <<'EOF'gh issue create \
--title "feat: 项目名称" \
--body "$(cat <<'EOF'undefinedundefinedgh project item-list <number> \
--owner <owner> \
--format json \
--limit 999gh project item-list <number> \
--owner <owner> \
--format json \
--limit 999undefinedundefined
Issue タイトルは Conventional Commits 形式を推奨: `feat:`, `fix:`, `chore:` 等。
Issue标题推荐使用Conventional Commits格式:`feat:`, `fix:`, `chore:` 等。gh api \
--method POST \
repos/{owner}/{repo}/issues/{parent_number}/sub_issues \
-f sub_issue_id={child_node_id}Note:には Issue のノード ID が必要。sub_issue_idで取得する。gh issue view <number> --json id -q '.id'
gh api \
--method POST \
repos/{owner}/{repo}/issues/{parent_number}/sub_issues \
-f sub_issue_id={child_node_id}Note:需要Issue的节点ID。可通过sub_issue_id获取。gh issue view <number> --json id -q '.id'
| # | Issue | タイトル | Priority | Size | Sub-issue |
|---|---|---|---|---|---|
| 1 | #42 | feat: ソーシャルログイン | High | L | #40 の子 |
| 2 | #43 | feat: パスワードリセット | Medium | M | #40 の子 |
| # | Issue | 标题 | Priority | Size | Sub-issue |
|---|---|---|---|---|---|
| 1 | #42 | feat: 社交登录 | High | L | #40 的子项 |
| 2 | #43 | feat: 密码重置 | Medium | M | #40 的子项 |
GIT_SSL_NO_VERIFY=1GIT_SSL_NO_VERIFY=1GIT_SSL_NO_VERIFY=1gh issue creategh project item-adddocs/sandbox-tls.mdGIT_SSL_NO_VERIFY=1gh issue creategh project item-adddocs/sandbox-tls.md