Map the deployment event name in Compass using the same configuration of Jira

XMLWordPrintable

    • 1

      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: 

      1. This name would work in Compass -> prod_test, live.test
      2. 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.

            Assignee:
            Unassigned
            Reporter:
            Nathalia R (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: