jasper
d8ec84c728
fix(update): accept custom types from types.custom config (GH#hq-8hif1z)
...
The `bd update --type` command was rejecting custom types (like role, agent,
rig) even when configured via types.custom. The issue was that type validation
used IsValid() which only checks the 5 core types, ignoring custom types.
Changes:
- CLI (update.go): Use IsValidWithCustom() with types from config
- Storage (validators.go): Add validateIssueTypeWithCustom() function
- Storage (queries.go, transaction.go): Fetch and pass custom types
The error message now dynamically shows all valid types including custom ones.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-26 11:27:07 -08:00
..
2026-01-10 23:46:44 -08:00
2025-11-21 14:40:22 -05:00
2026-01-10 22:02:03 -08:00
2026-01-22 20:27:54 -08:00
2025-11-23 19:53:44 -08:00
2025-11-23 19:35:52 -08:00
2025-12-31 13:14:15 -08:00
2025-12-28 22:37:04 -08:00
2025-12-24 13:22:55 -08:00
2026-01-10 13:36:52 -08:00
2025-12-02 22:41:07 -08:00
2026-01-21 13:13:24 -08:00
2025-12-02 22:41:07 -08:00
2026-01-22 18:30:48 -08:00
2026-01-21 22:46:59 -08:00
2025-12-28 06:04:05 -08:00
2025-12-20 13:33:15 -08:00
2026-01-16 12:27:36 -08:00
2025-12-23 01:30:06 -08:00
2026-01-25 17:59:53 -08:00
2025-12-17 19:10:13 -08:00
2026-01-22 18:30:48 -08:00
2025-12-31 13:14:15 -08:00
2025-11-24 00:59:49 -08:00
2025-12-31 13:14:15 -08:00
2026-01-22 18:30:48 -08:00
2026-01-05 22:06:52 -08:00
2026-01-21 22:46:59 -08:00
2025-12-16 13:26:51 -08:00
2025-12-16 13:26:51 -08:00
2026-01-21 22:46:59 -08:00
2026-01-21 10:36:59 -08:00
2026-01-21 10:36:59 -08:00
2025-11-20 21:57:23 -05:00
2026-01-12 18:29:42 -08:00
2026-01-12 18:29:42 -08:00
2025-12-14 17:23:46 -08:00
2025-12-24 13:22:55 -08:00
2026-01-21 13:13:24 -08:00
2026-01-06 12:59:26 -08:00
2026-01-06 12:59:26 -08:00
2026-01-12 19:42:04 -08:00
2025-12-17 19:10:13 -08:00
2026-01-22 18:30:48 -08:00
2025-12-29 13:47:04 -08:00
2025-12-29 13:47:04 -08:00
2025-12-27 16:02:15 -08:00
2026-01-10 23:55:16 -08:00
2026-01-10 22:38:04 -08:00
2026-01-15 07:55:08 -08:00
2026-01-21 10:36:59 -08:00
2026-01-09 14:12:48 -08:00
2025-12-16 01:06:14 -08:00
2025-11-20 21:57:23 -05:00
2026-01-26 11:27:07 -08:00
2025-12-30 16:47:38 -08:00
2026-01-21 19:30:15 -08:00
2026-01-21 19:30:15 -08:00
2025-12-19 17:52:44 -08:00
2025-12-24 14:39:30 -08:00
2025-12-24 14:39:30 -08:00
2025-12-19 19:57:14 -08:00
2026-01-10 23:55:16 -08:00
2026-01-02 17:30:58 -08:00
2026-01-17 05:07:11 -08:00
2025-11-23 19:04:34 -08:00
2026-01-21 16:53:49 -08:00
2026-01-21 22:46:59 -08:00
2026-01-21 19:30:15 -08:00
2026-01-14 20:36:47 -08:00
2026-01-21 10:36:59 -08:00
2026-01-26 11:27:07 -08:00
2025-11-20 21:57:23 -05:00
2026-01-22 20:27:54 -08:00
2026-01-22 20:27:54 -08:00
2026-01-25 17:59:47 -08:00
2026-01-26 11:27:07 -08:00