jenkinsci / atlassian-jira-software-cloud-plugin

Atlassian Jira Software Cloud Plugin
https://plugins.jenkins.io/atlassian-jira-software-cloud/
Apache License 2.0
43 stars 46 forks source link

Added `acceptance` environment #38

Closed ronaldvaneede closed 3 years ago

ronaldvaneede commented 4 years ago

We, and I think most companies, have an acceptance environment as well as the already supported environments.

ghost commented 4 years ago

Hi @rveede This environment enum comes from our public Deployment APIs: https://developer.atlassian.com/cloud/jira/software/rest/api-group-deployments/#api-deployments-0-1-bulk-post

Valid values are: unmapped, development, testing, staging, production.

ronaldvaneede commented 4 years ago

I was unaware of that. Is there any possibility to get acceptance as allowed value? It is a commonly used environment.

ghost commented 3 years ago

We'll discuss this internally.