From a task on a board in Azure DevOps I can click on "Create a new branch" as shown below.
This will open a dialog in which to specify the name and base for the new branch. To save time — and to encourage consistent, meaningful branch naming on my team — I would like the name field to have a default based on the title of the task.
Is there a setting for this or another way to accomplish the same?
I've seen this similar question, but it remains unanswered at the time of posting. Also, if possible I would like to achieve this from within the AzureDevops online UI as that's how we currently track our work.
There is also: Force a branch naming convention in Azure DevOps Git. But I don't want to enforce the convention, but rather save time in using a convention we already consistently follow.