YouTrack Standalone 2020.6 Help

SprintsSettings

Describes sprints configuration.

This table describes attributes of the SprintsSettings entity.

  • To receive an attribute in the response from server, specify it explicitly in the request parameter fields.

  • To update an attribute, provide it in the body of a POST request.

Field

Type

Description

isExplicit

Boolean

If true, issues should be added to the board manually. If false, issues are shown on the board based on the query and/or value of a field.

cardOnSeveralSprints

Boolean

If true, cards can be present on several sprints of this board.

defaultSprint

Sprint

New cards are added to this sprint by default. This setting applies only if isExplicit == true. Can be null.

disableSprints

Boolean

If true, agile board has no distinct sprints in UI. However, in API it will look like it has only one active (not-archived) sprint.

explicitQuery

String

Issues that match this query will appear on the board. This setting applies only if isExplicit == false. Can be null.

sprintSyncField

CustomField

Based on the value of this field, issues will be assigned to the sprints. This setting applies only if isExplicit == false. Can be null.

hideSubtasksOfCards

Boolean

If true, subtasks of the cards, that are present on the board, will be hidden if they match board query. This setting applies only if isExplicit == false.

Last modified: 30 March 2021