jasper
62177a3d00
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-25 10:56:34 -08:00
..
2026-01-24 17:11:21 -08:00
2026-01-21 21:50:01 -08:00
2026-01-24 17:11:21 -08:00
2026-01-20 20:50:59 -08:00
2026-01-20 20:50:59 -08:00
2026-01-17 01:54:50 -08:00
2026-01-20 20:50:59 -08:00
2026-01-22 20:52:20 -08:00
2026-01-15 19:23:07 -08:00
2026-01-17 01:55:16 -08:00
2026-01-20 20:50:59 -08:00
2026-01-21 10:36:59 -08:00
2026-01-24 17:11:25 -08:00
2026-01-17 03:48:51 -08:00
2026-01-17 01:54:50 -08:00
2026-01-17 14:02:28 -08:00
2026-01-19 11:42:09 -08:00
2026-01-21 10:36:59 -08:00
2026-01-16 15:44:33 -08:00
2026-01-21 21:22:04 -08:00
2026-01-21 21:22:04 -08:00
2026-01-21 13:13:24 -08:00
2026-01-21 16:59:51 -08:00
2026-01-23 20:20:59 -08:00
2026-01-19 10:08:53 -08:00
2026-01-23 20:20:59 -08:00
2026-01-24 17:12:06 -08:00
2026-01-20 20:55:27 -08:00
2026-01-21 18:06:06 -08:00
2026-01-24 17:10:08 -08:00
2026-01-24 17:10:08 -08:00
2026-01-19 10:08:41 -08:00
2026-01-24 17:10:08 -08:00
2026-01-24 17:39:44 -08:00
2026-01-23 20:20:59 -08:00
2026-01-17 01:55:16 -08:00
2026-01-20 16:51:14 -08:00
2026-01-24 00:26:58 -08:00
2026-01-25 10:56:34 -08:00
2026-01-20 23:15:37 -08:00
2026-01-23 20:38:20 -08:00
2026-01-24 17:10:05 -08:00
2026-01-24 17:10:05 -08:00
2026-01-22 20:52:20 -08:00
2026-01-22 20:52:20 -08:00
2026-01-22 20:52:20 -08:00
2026-01-22 20:52:20 -08:00
2026-01-20 17:34:00 -08:00
2026-01-20 17:34:00 -08:00
2026-01-21 13:13:24 -08:00
2026-01-22 00:01:37 -08:00
2026-01-22 00:01:37 -08:00
2026-01-21 18:06:06 -08:00
2026-01-17 03:44:13 -08:00
2026-01-17 03:44:13 -08:00
2026-01-21 10:36:59 -08:00
2026-01-24 17:12:26 -08:00
2026-01-24 17:12:26 -08:00
2026-01-22 00:01:37 -08:00
2026-01-22 00:01:37 -08:00
2026-01-24 17:11:25 -08:00
2026-01-21 10:36:59 -08:00
2026-01-24 17:10:12 -08:00
2026-01-17 01:55:16 -08:00
2026-01-19 11:44:08 -08:00
2026-01-22 20:52:20 -08:00
2026-01-17 08:44:30 +01:00
2026-01-20 19:15:18 -08:00
2026-01-22 20:52:20 -08:00
2026-01-21 23:42:07 -08:00
2026-01-24 17:10:05 -08:00
2026-01-20 19:13:02 -08:00
2026-01-17 02:29:01 -08:00
2026-01-17 02:29:01 -08:00
2026-01-24 17:10:05 -08:00
2026-01-24 17:10:05 -08:00
2026-01-24 17:10:02 -08:00
2026-01-20 14:05:48 -08:00
2026-01-20 14:05:48 -08:00
2026-01-20 14:05:48 -08:00
2026-01-21 19:11:25 -08:00
2026-01-24 17:09:45 -08:00
2026-01-20 16:51:14 -08:00
2026-01-20 14:05:40 -08:00
2026-01-23 22:35:34 -08:00
2026-01-17 03:44:02 -08:00
2026-01-21 17:46:15 -08:00
2026-01-21 19:27:01 -08:00
2026-01-19 10:21:12 -08:00
2026-01-21 17:46:15 -08:00
2026-01-24 17:11:44 -08:00
2026-01-21 10:36:59 -08:00
2026-01-21 19:30:15 -08:00
2026-01-20 14:06:57 -08:00
2026-01-24 17:11:44 -08:00
2026-01-21 19:52:31 -08:00
2026-01-21 21:11:33 -08:00
2026-01-21 19:30:15 -08:00
2026-01-24 17:09:51 -08:00
2026-01-16 15:44:33 -08:00
2026-01-15 19:23:07 -08:00
2026-01-20 18:49:44 -08:00
2026-01-21 19:50:03 -08:00
2026-01-21 21:50:38 -08:00
2026-01-24 00:26:58 -08:00
2026-01-21 21:50:01 -08:00
2026-01-23 21:14:59 -08:00
2026-01-21 10:36:59 -08:00
2026-01-24 17:09:48 -08:00
2026-01-18 18:25:50 -08:00
2026-01-15 19:23:07 -08:00
2026-01-21 10:36:59 -08:00
2026-01-19 10:21:12 -08:00
2026-01-15 19:23:07 -08:00
2026-01-20 21:26:17 -08:00
2026-01-24 17:10:02 -08:00
2026-01-22 20:52:20 -08:00
2026-01-21 19:40:39 -08:00
2026-01-21 19:40:39 -08:00
2026-01-21 19:40:39 -08:00
2026-01-21 19:40:39 -08:00
2026-01-18 10:36:20 -08:00
2026-01-24 17:10:05 -08:00
2026-01-19 10:11:06 -08:00
2026-01-22 20:52:20 -08:00
2026-01-17 05:07:11 -08:00
2026-01-21 10:36:59 -08:00
2026-01-22 20:52:20 -08:00
2026-01-25 10:56:34 -08:00
2026-01-21 10:36:59 -08:00
2026-01-25 10:56:34 -08:00
2026-01-22 20:52:20 -08:00
2026-01-25 10:56:34 -08:00
2026-01-21 19:30:15 -08:00
2026-01-20 14:04:51 -08:00