mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 02:40:39 +09:00
Default sub-issues to parent workspace
This commit is contained in:
parent
2775a5652b
commit
758219d53f
4 changed files with 140 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue