Type <attribute> = date | datetime | numeric |
- userlist
+ userlist | useremail
A normal attribute can contain strings of any type. With this option,
attributes can be forced to be numeric or to be a date/time, or to
consist of a list of all users from the password file. When new logbook
@@ -1427,7 +1427,11 @@ Subst on edit author = $full_name
If the attribute type is userlist, a drop-down box
is displayed which contains all user names from the current password
file. This can be useful for example in a bug tracking system, where a
- new entry gets assigned to an individual.
+ new entry gets assigned to an individual. The type
+ useremail is similar, just a list of email addresses
+ of all registered users. This can be used to send email notification
+ to assigned people by using this attribute in an
+ Email all = <attribute> statement.