Options
All
  • Public
  • Public/Protected
  • All
Menu

Details of a worklog.

Hierarchy

  • Worklog

Indexable

[key: string]: any

Index

Properties

Optional author

author: UserDetails

Details of the user who created the worklog.

Optional comment

comment: string

A comment about the worklog. Optional when creating or updating a worklog.

Optional created

created: string

The datetime on which the worklog was created.

format

date-time

Optional id

id: string

The ID of the worklog record.

Optional issueId

issueId: string

The ID of the issue this worklog is for.

Optional properties

properties: EntityProperty[]

Details of properties for the worklog. Optional when creating or updating a worklog.

Optional self

self: string

The URL of the worklog item.

format

uri

Optional started

started: string

The datetime on which the worklog effort was started. Required when creating a worklog. Optional when updating a worklog.

format

date-time

Optional timeSpent

timeSpent: string

The time spent working on the issue as days (#d), hours (#h), or minutes (#m or #). Required when creating a worklog if timeSpentSeconds isn't provided. Optional when updating a worklog. Cannot be provided if timeSpentSecond is provided.

Optional timeSpentSeconds

timeSpentSeconds: number

The time in seconds spent working on the issue. Required when creating a worklog if timeSpent isn't provided. Optional when updating a worklog. Cannot be provided if timeSpent is provided.

format

int64

Optional updateAuthor

updateAuthor: UserDetails

Details of the user who last updated the worklog.

Optional updated

updated: string

The datetime on which the worklog was last updated.

format

date-time

Optional visibility

visibility: Visibility

Details about any restrictions in the visibility of the worklog. Optional when creating or updating a worklog.

Legend

  • Namespace
  • Variable
  • Function
  • Type alias
  • Interface
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Generated using TypeDoc