Fix unvalidated dependency parsing in create.go

Validate dependsOnID is non-empty before setting discoveredFromParentID
to prevent attempting to fetch an issue with empty ID.

Also added validation to ensure parent issue exists before generating
child IDs in direct mode.

Fixes: bd-ia8r
This commit is contained in:
Steve Yegge
2025-11-23 20:51:09 -08:00
parent 144f4dea32
commit e8a752e707
2 changed files with 693 additions and 682 deletions

File diff suppressed because one or more lines are too long