TL:DR; How can I control what appears in the "Deployment Environment" pulldown available to Compass users?
Hi, Atlassian Community! I'm trying to use Compass as a bridge to share knowledge between devs (who have full access to Jira, Compass, Github, our CI/CD platforms, and other internals), and our QA team (who have access to Jira and Compass.)
In our organization, we have three environments, referred to by everyone as "dev", "uat", and "prod".
I'd like to have the pulldown in Compass exactly match the teams' expectations, and say "dev", "uat", and "prod", instead of the labels that appear now.
For instance, you can see here what I _currently_ see for our "Juno" service:
Would I be able to configure the "Deployment Environment" choices...
* By clicking buttons in the Compass admin interface?
* By specifying environments in a `compass.yaml` file?
* By instructing my Github webhooks to explicitly announce environments by that name when pushing activity to Compass?
* In another way?
* "Ha ha, you fool, you don't get to configure those names, just teach everyone that "UAT" means "Staging" in Compass?"
Hi, @John Young !
You definitely make a good point. Right now, the environment filter labels in that dropdown aren't configurable. There's some more info in https://support.atlassian.com/compass/docs/integrate-compass-with-github/#GitHub-environment-name-mapping about how your own environment names map to the ones in Compass. (I will make a note of this for the future Compass roadmap.)
In your case, the mapping would go something as:
production -> "prod"
testing -> "uat"
development -> "dev"
Okay, cool, I can live with that -- and thanks for the link; I'll read up on name mapping.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.