Allow deployment environment names such as DEV01, TEST01 mapped to development and test environments

XMLWordPrintable

    • 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.

              Assignee:
              Unassigned
              Reporter:
              Swetha Boyapati
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: