In looking to take advantage of the updated releases hub, I am wondering what "Events" get be automated? The "Version Updated" automation trigger list the following:
This rule will fire when a version is updated. This includes changes to a field on the version (e.g. release date) as well as if its released or unreleased. You can access the version object in other components by using the 'version' smart value e.g. {{version.name}}
I am hoping that automation can/will be extended to allow the added "approvers" to a release, as well as an event for approve/decline. Do those features exist, or is there an alternative way to access the information?
Thx
I think that all the approve logic goes directly into the Pull Requests since this is where change control occurs in GitFlow and CI/CD methodologies, so this will be on your SCM system, in Atlassian's BitBucket this control is on the Repositories Branch Restrictions.
And if you have BitBucket Cloud and use Pipelines you also have deployment control on the pipelines, where it can be automated or manual with a deployment button confirmation by an approver.
Recommended Learning For You
Level up your skills with Atlassian learning
Atlassian DevOps Essentials
Learn to manage the product lifecycle by building, automating, and improving processes with Atlassian's approach to DevOps.
Jira Automation
Reduce project complexity and optimize your team's processes through the power of automation.
Bitbucket Pipelines Configuration
Build better software and release more often by learning how to implement a CI/CD solution with Bitbucket Pipelines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.