You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I'm currently exploring possibilities for integrating AWS CodePipeline with Jira's Deployments feature[1][2][3]. From the beginning, it's clear that AWS CodePipeline is not an officially-supported tool; meaning: I can't just sign in with my AWS account, and enable it, but rather I need to integrate it myself using Atlassian's APIs.
While doing the integration myself isn't a problem, discovering how to do so while navigating through official documentation has been incredibly painful. Different pages have almost the same text, but none are complete or have end-to-end examples; most OAauth-related documentation only mention OAuth 3LO, and this API seem to require 2LO, which doesn't seem to be documented nor supported by official libraries.
Is it possible to provide an working example of how to create a deployment using such APIs?
Thanks,
Irio.
[1]: https://support.atlassian.com/jira-software-cloud/docs/enable-deployments/
[2]: https://support.atlassian.com/jira-cloud-administration/docs/set-up-your-deployment-integration/