-
Suggestion
-
Resolution: Unresolved
-
None
According to Compass documentation linked here, The GitHub app for Compass evaluates the name of your GitHub Environment for all deployment events and uses a mapping to determine what environment type (Production, Staging, etc.) as the examples below:
- production: "production", "prod", "prd", "live"
- staging: "staging", "stage", "stg", "preprod", "model", "internal"
- testing: "testing", "test", "tests", "tst", "integration", "integ", "intg", "int", "acceptance", "accept", "acpt", "qa", "qc", "control", "quality", "uat", "sit", "canary"
- development: "development", "dev", "trunk"
However, during some tests, we identified that the names need to be clear in writing, for example:
- This name would work in Compass -> prod_test, live.test
- This name wouldn't work in Compass -> prodtest, livetest
The problem is that in Jira, the GitHub app deployment name works without using "separators". As demonstrated in the second example above.
This Feature Request is to consider Compass to map the environment similar to how Jira is showing it.