Enum GitHub::IssueTimelineItemsItemType

The possible item types found in a timeline.

Enum Values

ISSUE_COMMENT

Represents a comment on an Issue.

CROSS_REFERENCED_EVENT

Represents a mention made by one issue or pull request to another.

ADDED_TO_PROJECT_EVENT

Represents a 'added_to_project' event on a given issue or pull request.

ASSIGNED_EVENT

Represents an 'assigned' event on any assignable object.

CLOSED_EVENT

Represents a 'closed' event on any Closable.

COMMENT_DELETED_EVENT

Represents a 'comment_deleted' event on a given issue or pull request.

CONNECTED_EVENT

Represents a 'connected' event on a given issue or pull request.

CONVERTED_NOTE_TO_ISSUE_EVENT

Represents a 'converted_note_to_issue' event on a given issue or pull request.

DEMILESTONED_EVENT

Represents a 'demilestoned' event on a given issue or pull request.

DISCONNECTED_EVENT

Represents a 'disconnected' event on a given issue or pull request.

LABELED_EVENT

Represents a 'labeled' event on a given issue or pull request.

LOCKED_EVENT

Represents a 'locked' event on a given issue or pull request.

MARKED_AS_DUPLICATE_EVENT

Represents a 'marked_as_duplicate' event on a given issue or pull request.

MENTIONED_EVENT

Represents a 'mentioned' event on a given issue or pull request.

MILESTONED_EVENT

Represents a 'milestoned' event on a given issue or pull request.

MOVED_COLUMNS_IN_PROJECT_EVENT

Represents a 'moved_columns_in_project' event on a given issue or pull request.

PINNED_EVENT

Represents a 'pinned' event on a given issue or pull request.

REFERENCED_EVENT

Represents a 'referenced' event on a given ReferencedSubject.

REMOVED_FROM_PROJECT_EVENT

Represents a 'removed_from_project' event on a given issue or pull request.

RENAMED_TITLE_EVENT

Represents a 'renamed' event on a given issue or pull request

REOPENED_EVENT

Represents a 'reopened' event on any Closable.

SUBSCRIBED_EVENT

Represents a 'subscribed' event on a given Subscribable.

TRANSFERRED_EVENT

Represents a 'transferred' event on a given issue or pull request.

UNASSIGNED_EVENT

Represents an 'unassigned' event on any assignable object.

UNLABELED_EVENT

Represents an 'unlabeled' event on a given issue or pull request.

UNLOCKED_EVENT

Represents an 'unlocked' event on a given issue or pull request.

USER_BLOCKED_EVENT

Represents a 'user_blocked' event on a given user.

UNMARKED_AS_DUPLICATE_EVENT

Represents an 'unmarked_as_duplicate' event on a given issue or pull request.

UNPINNED_EVENT

Represents an 'unpinned' event on a given issue or pull request.

UNSUBSCRIBED_EVENT

Represents an 'unsubscribed' event on a given Subscribable.

Uses

Issue.timelineItems