-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Component - Activity Feed
-
None
-
1
Currently, the names being used do not end up mapping to "Development" because our regex requires a non-alphanumeric separator between the word "DEV" and the numbers "01". For example DEV-01 would match to Development environment, but without the - separating the two, it would not match.
The same goes for TEST01. TEST-01 or TEST 01 or any other non-alphanumeric separator would map to Testing environment. It would be good for deployment events to be accepted based on just the regex dev, test in the environment name even without the non-alphanumeric separator.