Branch Name Generator

#0 / 0 rate

Branch Name Generator

31 users

2021-10-12

klajdipaja

Extension Information

5 star
0%
4 star
0%
3 star
0%
2 star
0%
1 star
0%

Supported Languages

Permissions

Description

Branch Name Generator

A helper to that generates branche name for Atlassian or Azure DevOps ticket.
As a developer using the git-flow proccess you often need to create branches that have names deriving from the project code, ticket number and title.
That is what this extension does, you can fill the form with that data or load all the data from the open Jira/Azure Devops ticket tab using web scrapping, and when you click Generate Branch Name a branch name will be generated that you can copy and use it for your git-flow proccess.
Example:
Project Code: OGM
Ticket number: 1581
Title: Hibernate-OGM Neo4j uses an outdated Bolt driver for remote connections.
Generated Branch Name: feature/OGM-1581_HibernateOGM_Neo4j_uses_an_outdated_Bolt_driver_for_remote_connections