Interface TimelineComment

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

Hierarchy

  • TimelineComment

Properties

assignee?: User

User represents a user

assignee_team?: Team

Team represents a team in an organization

body?: string
created_at?: string

Format

date-time

dependent_issue?: Issue

Issue represents an issue in a repository

html_url?: string
id?: number

Format

int64

issue_url?: string
label?: Label

Label a label to an issue or a pr

milestone?: Milestone

Milestone milestone is a collection of issues on one repository

new_ref?: string
new_title?: string
old_milestone?: Milestone

Milestone milestone is a collection of issues on one repository

old_project_id?: number

Format

int64

old_ref?: string
old_title?: string
project_id?: number

Format

int64

pull_request_url?: string
ref_action?: string
ref_comment?: Comment

Comment represents a comment on a commit or issue

ref_commit_sha?: string

commit SHA where issue/PR was referenced

ref_issue?: Issue

Issue represents an issue in a repository

removed_assignee?: boolean

whether the assignees were removed or added

resolve_doer?: User

User represents a user

review_id?: number

Format

int64

tracked_time?: TrackedTime

TrackedTime worked time for an issue / pr

type?: string
updated_at?: string

Format

date-time

user?: User

User represents a user

Generated using TypeDoc