This mini profile creates basic User Tracker. Can be required and included by other Profiles.
Preferences
Make sure Trackers feature is on:
YAML
preferences:
feature_trackers: y
The User Tracker
YAML
objects:
-
type: tracker
ref: user_tracker
data:
name: $profilerequest:Tracker Name$User Tracker$
description: $profilerequest:Tracker Description$Additional information about users$
default_status: open
allow: [ one_item_per_user, creator_modification ]
hide_list_empty_fields: y
show: [creation_date, modification_date, list_modification_date ]
sort_default_order: asc
General Fields (Mandatory)
YAML
objects:
-
type: tracker_field
ref: user_name
data:
name: User Login Name
tracker: $user_tracker
type: user
flags: [ searchable, public, link, list, mandatory ]
options: 1