Summary
In this chapter, we have learned how using automation rules can help us with DevOps practices by optimizing our development and operations processes.
We have covered how to use the built-in DevOps automation triggers available in Jira Cloud to integrate with our source repositories, such as Bitbucket or GitHub. This allows us to keep development issues in Jira in sync with the code as it is committed to the source repository.
In addition, we have also learned how we can achieve similar integrations when using Jira Server or Data Center by using incoming webhooks in our rules in place of the DevOps triggers available to Jira Cloud.
Next, we learned how we could use the DevOps pull request triggers available in Jira Cloud to automatically synchronize the development tasks in Jira. We also learned how to create and manage tracking tasks, which provide greater visibility into the overall development process within Jira.
We then learned how, when using GitHub to manage...