SprintBacklogItem Object

Fields

The fields in this section list which values can be retrieved when querying SprintBacklogItem records.

account (Account)

The account this record belongs to.

createdAt (ISO8601Timestamp)

The date and time at which the record was created.

done (Boolean)

Whether this item has been completed in this sprint. null indicates the item was removed from the sprint.

estimate (Int)

Estimate of the relative size of this record on the sprint backlog.

id (ID!)

Unique identifier of the record.

planned (Boolean)

Whether this item was part of the sprint backlog when the sprint was started.

position (Int)

Position of this record on the sprint backlog.

record (HasSprintBacklogItems)

Record on the sprint backlog.

sprint (Sprint)

Sprint this record is part of.

updatedAt (ISO8601Timestamp)

The date and time of the last update of the record. If the record has no updates it contains the createdAt value.

Implements

SprintBacklogItem implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a SprintBacklogItem.