Skip to content

Add status select in epic detail view #104

Add status select in epic detail view

Add status select in epic detail view #104

Triggered via pull request December 6, 2023 16:48
Status Failure
Total duration 40s
Artifacts

static_tests.yaml

on: pull_request
Lint Check
28s
Lint Check
Formatting Check
25s
Formatting Check
Type Check
29s
Type Check
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Type Check: src/components/EpicView/EpicCard.tsx#L201
Type '{ creator: string; description: string; rank: string; reporter: User; sprint?: Sprint | undefined; subtasks: { id: string; key: string; fields: { summary: string; }; }[]; created: string; ... 10 more ...; closeModal: () => void; }' is missing the following properties from type '{ issueKey: string; summary: string; labels: string[]; assignee?: User | undefined; description: string; created: string; updated: string; status: string; projectId: string; type: string; closeModal: () => void; }': status, projectId, type
Type Check
Process completed with exit code 2.