Sprint 157 has just finished rolling out to all organizations and you can check out all the new features in the release notes. Here are some of the features that you can start using today.
Azure Boards: rollup
You can now track the progress of parent items using the Rollup feature on Azure Boards backlog. For instance, you can track the progress on a work item by seeing what percentage of its descendant items has been closed.
Azure Repos: add more than one reviewer in a group
When adding a group of reviewers for a pull request, you can now set policies that require more than one reviewer from that group to approve it. You can also add a policy to prevent requestors from approving their own changes.
Azure Repos: resolve work items via commits using keywords
You can now resolve work items via commits made to the default branch by using keywords like fix, fixes, or fixed. For example, you can write – “this change fixed #476” in your commit message and work item #476 will be completed when the commit is pushed or merged into the default branch.
Azure Artifacts: get latest Universal Package with semantic versioning wildcard
Inspired by a popular developer community request, we added the ability to get the latest Universal Package version using SemVer wildcard syntax, instead of pinning the specific version. The feature is available in both the Universal Package Azure Pipelines task and the Azure CLI.
Azure Pipelines: service hooks for YAML pipelines
Service hooks now have deeper integration with multi-stage YAML pipelines, allowing you to set up triggers for pipeline stage-specific states. You can, for instance, trigger an alert when a stage approval is required.
General: Get personalized notifications with @mention support in Slack apps
Now, the Azure Boards app for Slack, Azure Repos app for Slack and Azure Pipelines app for Slack will use @mentions in notifications to alert users, such as work item owners, build creators and release approvers.
These are just the tip of the iceberg, and there are plenty more features that we’ve released in Sprint 157. Check out the full list of features for this sprint in the release notes.
The post What’s new in Azure DevOps Sprint 157 appeared first on Azure DevOps Blog.