Expand description

Versions Rest API Endpoint definitions

Redmine Documentation

  • project specific versions endpoint
  • specific version endpoint
  • create version endpoint
  • update version endpoint
  • delete version endpoint

Structs

The endpoint to create a Redmine project version

The endpoint to delete a version in a Redmine project

The endpoint for a specific Redmine project version

The endpoint for all versions in a Redmine project

The endpoint to update an existing Redmine project version

a type for version to use as an API return type

a minimal type for Redmine versions included in other Redmine objects

A lot of APIs in Redmine wrap their data in an extra layer, this is a helper struct for outer layers with a version field holding the inner data

helper struct for outer layers with a versions field holding the inner data

Enums

Error type for CreateVersionBuilder

Error type for DeleteVersionBuilder

Error type for GetVersionBuilder

Error type for ListVersionsBuilder

Error type for UpdateVersionBuilder

Version sharing determines the cross-project visibility of the version

The status of a version restricts if issues can be assigned to this version and if assigned issues can be reopened