Support Additional Characters in Entity Identifier Regex Pattern
Y
Yifat Yaacov Matatof
We are using a self-service action in our Developer Portal to submit feedback, which creates or updates an entity using a title-based identifier. We've encountered an issue where the entity creation fails if the title includes certain characters, such as apostrophes (e.g., “can’t”).
We understand that Port enforces a regex pattern for entity identifiers:
^[A-Za-z0-9@_.+: \ \/=-]+
We would like to request support for additional characters (e.g., apostrophes ') in entity identifiers. This would enable a more natural feedback experience for users who may enter standard punctuation in form fields.