Add sub-issue issue-page flows

This commit is contained in:
dotta 2026-04-06 10:58:59 -05:00
parent 365b6d9bd8
commit 977e9f3e9a
6 changed files with 665 additions and 8 deletions

View file

@ -4,6 +4,10 @@ interface NewIssueDefaults {
status?: string;
priority?: string;
projectId?: string;
goalId?: string;
parentId?: string;
parentIdentifier?: string;
parentTitle?: string;
assigneeAgentId?: string;
assigneeUserId?: string;
title?: string;