mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 18:33:01 +00:00
introduced sprint selection to the create issue dialog
This commit is contained in:
@@ -7,6 +7,7 @@ export async function createIssue(
|
||||
title: string,
|
||||
description: string,
|
||||
creatorId: number,
|
||||
sprintId?: number,
|
||||
assigneeId?: number,
|
||||
status?: string,
|
||||
) {
|
||||
@@ -30,6 +31,7 @@ export async function createIssue(
|
||||
description,
|
||||
number: nextNumber,
|
||||
creatorId,
|
||||
sprintId,
|
||||
assigneeId,
|
||||
...(status && { status }),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user