Skip to main content

ParentTimelineItem

TimelineItem which can aggregate other TimelineItems. READ is granted if READ is granted on issue.

interface ParentTimelineItem implements AuditedNode, BaseNode, Node, TimelineItem {
childItems(
after: String
before: String
filter: TimelineItemFilterInput
first: Int
last: Int
orderBy: [TimelineItemOrder!]
skip: Int
): TimelineItemConnection!
createdAt: DateTime!
createdBy: User!
hasPermission(
permission: AllPermissionEntry
): Boolean!
id: ID!
issue: Issue
lastModifiedAt: DateTime!
lastModifiedBy: User!
parentItem: ParentTimelineItem
}

Fields

ParentTimelineItem.childItems ● TimelineItemConnection! non-null object

Child TimelineItems. These are still part of the main timeline.

ParentTimelineItem.childItems.after ● String scalar

Get only items after the cursor

ParentTimelineItem.childItems.before ● String scalar

Get only items before the cursor

ParentTimelineItem.childItems.filter ● TimelineItemFilterInput input

Filter for specific items in the connection

ParentTimelineItem.childItems.first ● Int scalar

Get the first n items. Must not be used if before is specified

ParentTimelineItem.childItems.last ● Int scalar

Get the last n items. Must not be used if after is specified

ParentTimelineItem.childItems.orderBy ● [TimelineItemOrder!] list input

Order in which the items are sorted

ParentTimelineItem.childItems.skip ● Int scalar

Skips n items. First or last MUST be specified, is otherwise ignored

ParentTimelineItem.createdAt ● DateTime! non-null scalar

The DateTime this entity was created at.

ParentTimelineItem.createdBy ● User! non-null interface

The User who created this entity.

ParentTimelineItem.hasPermission ● Boolean! non-null scalar

Checks if the current user has a specific permission on this Node

ParentTimelineItem.hasPermission.permission ● AllPermissionEntry enum

The permission to check for

ParentTimelineItem.id ● ID! non-null scalar

The unique id of this node

ParentTimelineItem.issue ● Issue object

The Issue this TimelineItem is part of.

ParentTimelineItem.lastModifiedAt ● DateTime! non-null scalar

The DateTime this entity was last modified at.

ParentTimelineItem.lastModifiedBy ● User! non-null interface

The User who last modified this entity.

ParentTimelineItem.parentItem ● ParentTimelineItem interface

If existing, the parent TimelineItem

Interfaces

AuditedNode interface

Node which provides auditing information, which can e.g. be used for the sync. When it was created and last modified, if the it is already deleted, and by who it was created and last modified. A modification is any change of a field on the node itself and a change of a relation (add or removed). A change on a related related node is not a modification.

BaseNode interface

Shared extensions to the node type.

Node interface

Base class of all nodes

TimelineItem interface

Supertype of all timeline items. Always part of an Issue.

Member of

AbstractTypeChangedEvent interface ● AddedAffectedEntityEvent object ● AddedArtefactEvent object ● AddedLabelEvent object ● AddedToPinnedIssuesEvent object ● AddedToTrackableEvent object ● Assignment object ● AssignmentTypeChangedEvent object ● Body object ● Comment interface ● IncomingRelationTypeChangedEvent object ● IssueComment object ● IssueRelation object ● OutgoingRelationTypeChangedEvent object ● ParentTimelineItem interface ● PriorityChangedEvent object ● RelatedByIssueEvent object ● RelationTypeChangedEvent interface ● RemovedAffectedEntityEvent object ● RemovedArtefactEvent object ● RemovedAssignmentEvent object ● RemovedFromPinnedIssuesEvent object ● RemovedFromTrackableEvent object ● RemovedIncomingRelationEvent object ● RemovedLabelEvent object ● RemovedOutgoingRelationEvent object ● RemovedRelationEvent interface ● RemovedTemplatedFieldEvent object ● StateChangedEvent object ● TemplateChangedEvent object ● TemplatedFieldChangedEvent object ● TimelineItem interface ● TitleChangedEvent object ● TypeChangedEvent object

Implemented by

RemovedFromTrackableEvent object ● TemplateChangedEvent object