Module custom_fields

Module custom_fields 

Source
Expand description

Custom Fields Rest API Endpoint definitions

Redmine Documentation

  • all custom fields endpoint

Structs§

CustomField
a custom field
CustomFieldDefinition
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)
CustomFieldName
a type used to list all the custom field ids and names
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
EditTagStyle
The style of the edit tag for a custom field.
FieldFormat
The data type or format of a custom field.
ListCustomFieldsBuilderError
Error type for ListCustomFieldsBuilder