Picklists
Maintain the reusable option lists that power dropdown fields across your item types.
Picklists are the reusable option lists behind dropdown fields. Defining the allowed values once, centrally, is what keeps data consistent: everyone choosing from the same list means no free-text drift, no “High” versus “high” versus “HIGH” to reconcile later.
Defining a picklist
A picklist holds a set of values, and you control which are active so retired options stop appearing on new records without disturbing existing ones that used them. You can designate a default value, and — where it helps people scan — attach colors so values show as color indicators rather than plain text. Where a field genuinely needs flexibility, a picklist can allow custom values; where it must be strict, it doesn’t.
Why centralize them
Because a picklist is defined once and referenced by every field that uses it, a change propagates everywhere consistently. Add a value, retire another, recolor the set — and every dropdown drawing on that list updates together. This is the difference between governed, analyzable data and a scatter of inconsistent text.
How they’re used
Picklists supply the options for picklist-type fields defined in Item types & fields. For values derived from a combination of inputs rather than chosen directly, see Lookup matrices.