Enable data source to automatically add options to Enums
E
Elliott Spira
Enum properties are great. Both visually, better UX when selecting a value, better and clearer validation
However, it's really hard to know what your unique values are when designing a blueprint. (e.g. JIRA Issue Types, Azure DevOps Work Item types)
This is one of two features that would be amazing around enums:
- convert an existing string property to Enum (opened this separately)
- enable a data source to add a new enum value to the set of options (if it is valid upstream, there should be a way to optionally make it valid in port with no extra config)