microsoft / azure-devops-intellij

IntelliJ IDEA plug-in for Visual Studio Team Services and Team Foundation Server (TFS)
MIT License
151 stars 95 forks source link

Add option to change the default branch name when creating a branch from a work item. #396

Open jakobthordar opened 4 years ago

jakobthordar commented 4 years ago

When right clicking a work item in the Work Items tab and clicking create work item, a default name is generated. This name is workitem{workitemId}. Add the option to change this formatting.

image

Adding formatting options for the branch name would help our teams greatly as we are adhering to a naming convention in our company.

The format could could look something like this: feature/{git.username}/{workitem.type}/{workitem.id}-{workitem.name} A name could then look like this: feature/jakobthordar/bug/12345-SomethingIsWrong

The new branch names would automatically adhere to our naming strategy and improve our workflow.