Skip to content

Add status select in epic detail view #103

Add status select in epic detail view

Add status select in epic detail view #103

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

static_tests.yaml

on: pull_request
Lint Check
28s
Lint Check
Formatting Check
34s
Formatting Check
Type Check
30s
Type Check
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Type Check: src/components/EpicDetailView/EpicDetailView.tsx#L143
Cannot find name 'type'.
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; closeModal: () => void; }': status, projectId
Type Check
Process completed with exit code 2.