Defect #8405
closedCustom fields - it seems some are omitted.
0%
Description
Hello, I saw something suspicious in Redmine trun 5857, concerning the custom fields.
The allowed format for custom fields for Issues, Spent time, Projects, Versions are
Text, Long text, Integer, Float, List, Date, Boolean, User, Version.
The allowed format for custom fields for Users, Groups, Activities (time tracking), Issues priorities, Document categories are
Text, Long text, Integer, Float, List, Date, Boolean
Is this by design or is an omission?
Related issues
Updated by Ivan Cenov over 13 years ago
Configuration:
Redmine trunk 5857
Ruby 1.8.7
Rails 2.3.11
started with "ruby script\server -e production"
Also, Rails 2.3.5 is installed on the machine.
Updated by Etienne Massip over 13 years ago
Updated by Jean-Philippe Lang over 13 years ago
- Status changed from New to Closed
- Resolution set to Invalid
A User custom field displays a project members list and a Version custom field displays a project versions list. They are project specific and thus only available for things that belong to a project.
This is how it is designed for now.