Default sub-issues to parent workspace

This commit is contained in:
dotta 2026-04-06 11:34:11 -05:00
parent 2775a5652b
commit 758219d53f
4 changed files with 140 additions and 4 deletions

View file

@ -4,10 +4,14 @@ interface NewIssueDefaults {
status?: string;
priority?: string;
projectId?: string;
projectWorkspaceId?: string;
goalId?: string;
parentId?: string;
parentIdentifier?: string;
parentTitle?: string;
executionWorkspaceId?: string;
executionWorkspaceMode?: string;
parentExecutionWorkspaceLabel?: string;
assigneeAgentId?: string;
assigneeUserId?: string;
title?: string;