Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

updateSprint(sprintId, sprintName)

...

Excerpt

Updates a given sprint.

Parameters

Parameter name

Type

Required

Description

sprintId

number

Yes

The sprint id.

sprintNamestringYes

The new name of the sprint.

Note

By leaving the name empty the name already defined will not be modfied.

statestringYes

The state of the sprint.

Note

There are 3 states of the sprint: 'feature', 'active' and 'closed'.

startDatedateYes

The start date of the sprint.

Note

By leaving the date empty the start date already defined will not be modified.

endDatedateYes

The end date of the sprint.

Note

By leaving the date empty the end date already defined will not be modified.

completionDatedate
The completion date of the sprint.

...