We have JIRA connect with gitlab cloud and jira cloud and the deployments are displayed quite nicely in JIRA.
But we have a problem with the environment type. Usually the deployment type in JIRA is the same as in gitlab (= environment type) as defined in `deployment_tier`in .gitlab.ci
But for deployments that have the substring 'product' in their name the JIRA deployment type is always "production". In Gitlab it is correct.
What can we do so JIRA will be in sync on the deployment type with gitlab?
Hi Mortiz:
We were having JIRA deliver the wrong deployment type as well.
Here's our CI configuration. We also specified our environment with deployment_tier, and JIRA sometimes gets confused.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.