mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 19:00:38 +09:00
Add linked issues row to execution workspace detail
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
e3f07aad55
commit
d9005405b9
6 changed files with 150 additions and 0 deletions
|
|
@ -275,6 +275,7 @@ export function issueRoutes(db: Db, storage: StorageService) {
|
|||
inboxArchivedByUserId,
|
||||
unreadForUserId,
|
||||
projectId: req.query.projectId as string | undefined,
|
||||
executionWorkspaceId: req.query.executionWorkspaceId as string | undefined,
|
||||
parentId: req.query.parentId as string | undefined,
|
||||
labelId: req.query.labelId as string | undefined,
|
||||
originKind: req.query.originKind as string | undefined,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue