From the course: Learning Bitbucket

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Automate issue updates

Automate issue updates - Bitbucket Tutorial

From the course: Learning Bitbucket

Automate issue updates

- [Instructor] Now that we've seen how Jira can be connected to Bitbucket, let's tap into another Jira superpower, automation. Jira automation allows for synchronization between project management and code development activities. By reflecting the real time status of the work being done, automation keeps project tracking accurate and up to date. Developers can work in Bitbucket while project managers and other team members track progress in Jira, allowing the team to collaborate from the tool they're most familiar with. On the Jira side, we use rules to describe the triggers and components that implement automation. A trigger describes when a rule should be run. Triggers are events like creating a commit or a branch, or merging a poll request. The components of an automation rule describe the steps the rule will take. This includes actions like transitioning an issue, logic for determining if the rules should proceed, or looping over multiple issues in branches. Fortunately, Jira…

Contents