Module custom_fields

Source
Expand description

Custom Fields Rest API Endpoint definitions

Redmine Documentation

  • all custom fields endpoint

Structs§

CustomField
a type for custom fields to use as an API return type
CustomFieldEssentialsWithValue
a type for custom field essentials with values used in other Redmine objects (e.g. issues)
CustomFieldsWrapper
helper struct for outer layers with a custom_fields field holding the inner data
ListCustomFields
The endpoint for all custom fields
ListCustomFieldsBuilder
Builder for ListCustomFields.
PossibleValue
Possible values contain a value and a label

Enums§

CustomizedType
Represents the types of objects that can be customized with customized types in Redmine
FieldFormat
Describes the format (data type) of a field
ListCustomFieldsBuilderError
Error type for ListCustomFieldsBuilder