linear-relations

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Issue Relations

工单关联关系

bash
undefined
bash
undefined

List relations

列出关联关系

linear-cli rel list LIN-123
linear-cli rel list LIN-123

Add relation

添加关联关系

linear-cli rel add LIN-1 -r blocks LIN-2 # LIN-1 blocks LIN-2 linear-cli rel add LIN-1 -r related LIN-2 # Related issues linear-cli rel add LIN-1 -r duplicate LIN-2 # Duplicate
linear-cli rel add LIN-1 -r blocks LIN-2 # LIN-1 阻塞 LIN-2 linear-cli rel add LIN-1 -r related LIN-2 # 关联工单 linear-cli rel add LIN-1 -r duplicate LIN-2 # 重复工单

Remove relation

移除关联关系

linear-cli rel remove LIN-1 -r blocks LIN-2
linear-cli rel remove LIN-1 -r blocks LIN-2

Parent/child

父子工单

linear-cli rel parent LIN-2 LIN-1 # Set LIN-1 as parent linear-cli rel unparent LIN-2 # Remove parent
undefined
linear-cli rel parent LIN-2 LIN-1 # 将LIN-1设置为父工单 linear-cli rel unparent LIN-2 # 移除父工单
undefined

Relation Types

关联类型

blocks
,
blocked-by
,
related
,
duplicate
blocks
,
blocked-by
,
related
,
duplicate

Flags

标志参数

FlagPurpose
--output json
JSON output
标志用途
--output json
以JSON格式输出