Properties
assignee
assignee: {
self: string;
type: "TEAM" | "USER";
}
Type declaration
-
self: string
-
type: "TEAM" | "USER"
createdAt
createdAt: string
dates
Type declaration
-
metadata: {
all: string;
count: number;
}
-
all: string
-
count: number
-
Optional
description
description?: string
includeNonWorkingDays
includeNonWorkingDays: boolean
Optional
planApproval
planApproval?: {
status: "REQUESTED" | "REJECTED" | "APPROVED";
}
Type declaration
-
status: "REQUESTED" | "REJECTED" | "APPROVED"
planItem
planItem: {
self: string;
type: "PROJECT" | "ISSUE";
}
Type declaration
-
self: string
-
type: "PROJECT" | "ISSUE"
recurrence
recurrence: {
recurrenceEndDate: string;
rule: "NEVER" | "WEEKLY" | "MONTHLY" | "BIWEEKLY";
}
Type declaration
-
recurrenceEndDate: string
-
rule: "NEVER" | "WEEKLY" | "MONTHLY" | "BIWEEKLY"
secondsPerDay
secondsPerDay: number
startDate
startDate: string
updatedAt
updatedAt: string