Interface WorklogResponse

Hierarchy

  • WorklogResponse

Properties

attributes: {
    self: string;
    values: WorklogAttributeValue[];
}

Type declaration

author: UserResponse
billableSeconds: number
createdAt: string
description: string
issue: {
    key: string;
    self: string;
}

Type declaration

  • key: string
  • self: string
jiraWorklogId?: number
self: string
startDate: string
startTime: string
tempoWorklogId: number
timeSpentSeconds: number
updatedAt: string

Generated using TypeDoc