v1

latestOpenAPI 3.0.1Apache 2.02026-07-1310566642.9 KB
Board

Get all versions

Returns all versions from a board, for a given board ID. This only includes versions that the user has permission to view. Note, if the user does not have permission to view the board, no versions will be returned at all. Returned versions are ordered by the name of the project from which they belong and then by sequence defined by user.

get/rest/agile/1.0/board/{boardId}/version

Path parameters

boardIdinteger required

The ID of the board that contains the requested versions.

Query parameters

startAtinteger

The starting index of the returned versions. Base index: 0. See the 'Pagination' section at the top of this page for more details.

maxResultsinteger

The maximum number of versions to return per page. See the 'Pagination' section at the top of this page for more details.

releasedstring

Filters results to versions that are either released or unreleased. Valid values: true, false.

Response

Returns the requested versions, at the specified page of the results.