Loading...
 
Skip to main content

History: User_Tracker_real_name_field

Source of version: 5 (current)

Copy to clipboard
            {CODE(caption=YAML,wrap=1)}
preferences:
 trackerfield_userpreference: y
 user_show_realnames: y
objects:
 -
  type: tracker_field
  ref: real_name
  data:
   name: Real Name
   tracker: $User_Tracker:user_tracker
   type: preference
   flags: [ searchable, public, list ]
   options: realName
{CODE}