As we have tried with the Develop with AWS from the marketplace & the integration is done successfully for the test now we want to integrate this with our code pipeline, So for we using only code pipeline when ever an change happens in the repo it will automatically push to pipeline,
1.But the problem is we could not able change the status of Production but we did it on test only.
2. We need to know how we can achieve this @Utoolity [OPS] kindly share us any reference video or guide us to achieve this as you have mentioned in the document.
Hi @Yasar Arafath, and welcome to the Atlassian Community!
Thank you for using our apps, and sorry for the onboarding trouble. We are aware that we need to improve the in-app onboarding guidance in this regard.
If I understand you correctly, you are already seeing pipeline events in Jira, but you want to change the deployment environment type from 'Testing' to 'Production'?
To achieve this you can tag the CodePipeline pipeline, see How to specify the deployment environment type in Develop with AWS:
The concept is similar across all supported Atlassian products like Jira and Compass, and all supported AWS services like CodePipeline, CodeBuild, and CloudFormation:
Navigate to the deployment event source in AWS, e.g. a CodePipeline pipeline, a CodeBuild project, or a CloudFormation stack
Add a tag with key
utoolity:atlassian:devops:environment:type
and …
… in Jira, use one of the values listed in section Configure your deployments view within Enable deployments, i.e.
Production
,Staging
,Testing
,Development
, orUnmapped
(default)- [...]
I hope this helps, let us know how it goes!
Cheers,
Steffen
PS: In the future, we'll probably also support a naming convention based approach similar to the GitHub for Compass app, see GitHub environment name mapping - let us know if you are interested in this capability.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.