Module redmine_api::api::versions
source · [−]Expand description
Versions Rest API Endpoint definitions
- 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
Builder for CreateVersion
.
The endpoint to delete a version in a Redmine project
Builder for DeleteVersion
.
The endpoint for a specific Redmine project version
Builder for GetVersion
.
The endpoint for all versions in a Redmine project
Builder for ListVersions
.
The endpoint to update an existing Redmine project version
Builder for UpdateVersion
.
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