You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
概要
issue-type create/issue-type editの--colorオプションが任意の#hexを受け付ける形になっているが、Backlog の課題種別カラーは 固定10色 のみ有効。現在の description が
"Display color (#hex)"になっており、ユーザーが任意のカラーコードを入力できると誤解する。Backlog が受け付ける固定カラー
#EA2C00#ea733b#e07b9a#868cb7#3b9dbd#4caf93#a1af2f#dc9925#f42858#393939現状の問題
--colorの description が"Display color (#hex)"で、自由入力可能に見える対応方針
--colorのバリデーション追加: 上記10色のカラーコードのみ受け付ける"Display color (red, orange, pink, ...)")--color redのように色名で指定できるようにし、内部で#EA2C00に変換する対象ファイル
packages/cli/src/commands/issue-type/create.tspackages/cli/src/commands/issue-type/edit.ts.test.ts)plans/command-specifications.md