Skip to content

Support start and due date in epic detail view #112

Support start and due date in epic detail view

Support start and due date in epic detail view #112

Triggered via pull request December 7, 2023 18:05
Status Failure
Total duration 40s
Artifacts

static_tests.yaml

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

Annotations

6 errors
Type Check: src/components/BacklogView/Issue/IssueCard.tsx#L215
Type '{ creator: string; description: string; rank: string; reporter: User; sprint?: Sprint | undefined; subtasks: { id: string; key: string; fields: { summary: string; }; }[]; created: string; ... 14 more ...; closeModal: () => void; }' is not assignable to type 'IntrinsicAttributes & { issueKey: string; summary: string; labels: string[]; assignee?: User | undefined; description: string; created: string; updated: string; closeModal: () => void; startDate: Date; dueDate: Date; }'.
Type Check
Process completed with exit code 2.