Putting It All Together with a Real-World Example
Let’s take what we’ve learned in the previous chapters and apply this from start to finish.
Let’s say you are an employee at DevOps Products Inc. (DPI). You are responsible for using the toolchain by using Atlassian products and third-party products to optimize your development for the flagship product, DPI-Sync, which connects to Discord servers and sends messages. How would you begin?
To accomplish this, we are going to simulate this process by completing the following recipes:
- Creating an idea in Jira Product Discovery (JPD)
- Connecting an idea to an epic in Jira
- Creating a story in Jira
- Creating a code change in Bitbucket
- Committing changes in Bitbucket/Start Bitbucket Pipeline Build
- Executing Snyk scanning through Bitbucket Pipelines
- Displaying the Bitbucket Pipelines build status in Compass
- Deploying Bitbucket Pipelines
- Creating an Opsgenie alert for the Jira project...