"Country": custom field: populate from ISO 3166?
I want to add a custom field “Country” (to populate a custom User attribute). It'd be ideal if it could populate its' enumerations directly from ISO 3166. Is this possible somehow?
Please sign in to leave a comment.
Hi! There is no built-in way to import country values specifically. You may use REST API to add new values to the list of your “Country” custom field values: Update a Specific EnumBundle. You'll likely need to fetch those from some source, so you may create a simple script that fetches a value and creates that value in the custom field value list (bundle) in YouTrack.