linear-bulk

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Bulk Operations

批量操作

bash
undefined
bash
undefined

Update status for multiple issues

更新多个工单的状态

linear-cli b update-state -s Done LIN-1 LIN-2 LIN-3
linear-cli b update-state -s Done LIN-1 LIN-2 LIN-3

Assign multiple issues

分配多个工单

linear-cli b assign --user me LIN-1 LIN-2 linear-cli b assign --user "John Doe" LIN-1 LIN-2
linear-cli b assign --user me LIN-1 LIN-2 linear-cli b assign --user "John Doe" LIN-1 LIN-2

Unassign multiple issues

取消多个工单的分配

linear-cli b unassign LIN-1 LIN-2
linear-cli b unassign LIN-1 LIN-2

Add label to multiple issues

为多个工单添加标签

linear-cli b label --add bug LIN-1 LIN-2 LIN-3
linear-cli b label --add bug LIN-1 LIN-2 LIN-3

Pipe issue IDs from stdin

从标准输入传入工单ID

linear-cli i list -t ENG --id-only | linear-cli b assign --user me -
undefined
linear-cli i list -t ENG --id-only | linear-cli b assign --user me -
undefined

Flags

标识

FlagPurpose
--dry-run
Preview changes
--output json
JSON output
Flag用途
--dry-run
预览变更
--output json
JSON格式输出