Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TimelineComment

TimelineComment represents a timeline comment (comment of any type) on a commit or issue

export
interface

TimelineComment

Hierarchy

  • TimelineComment

Index

Properties

assignee?: User
memberof

TimelineComment

assignee_team?: Team
memberof

TimelineComment

body?: string
memberof

TimelineComment

created_at?: string
memberof

TimelineComment

dependent_issue?: Issue
memberof

TimelineComment

html_url?: string
memberof

TimelineComment

id?: number
memberof

TimelineComment

issue_url?: string
memberof

TimelineComment

label?: Label
memberof

TimelineComment

milestone?: Milestone
memberof

TimelineComment

new_ref?: string
memberof

TimelineComment

new_title?: string
memberof

TimelineComment

old_milestone?: Milestone
memberof

TimelineComment

old_project_id?: number
memberof

TimelineComment

old_ref?: string
memberof

TimelineComment

old_title?: string
memberof

TimelineComment

project_id?: number
memberof

TimelineComment

pull_request_url?: string
memberof

TimelineComment

ref_action?: string
memberof

TimelineComment

ref_comment?: Comment
memberof

TimelineComment

ref_commit_sha?: string

commit SHA where issue/PR was referenced

memberof

TimelineComment

ref_issue?: Issue
memberof

TimelineComment

removed_assignee?: boolean

whether the assignees were removed or added

memberof

TimelineComment

resolve_doer?: User
memberof

TimelineComment

review_id?: number
memberof

TimelineComment

tracked_time?: TrackedTime
memberof

TimelineComment

type?: string
memberof

TimelineComment

updated_at?: string
memberof

TimelineComment

user?: User
memberof

TimelineComment

Generated using TypeDoc