This repository was archived by the owner on Nov 18, 2021. It is now read-only.
This repository was archived by the owner on Nov 18, 2021. It is now read-only.
Feature Request: Workflow to create branch from issue #1125
Closed
Description
Coming from Jira I really miss the possibility to create a [feature|hotfix] branch that matches the current issue with its name and ID. I suggest to put this workflow in the sidebar of an issue where the Assignees, Labels and Milestones reside.
The following workflow would be nice:
- Create an issue "My Example Issue" with id 42
- See a "Create Branch for Issue"-button in the sidebar
- Click on it and choose where to branch from (e.g.
develop
) - define the branch-type according to gitflow (feature/hotfix)
- Create the branch whose name will be inferred from the issue's information
feature/my-example-issue-42
or choose your own name git fetch
on your local machine and see the new branch- switch to it, make the necessary changes described in the issue
- See the number of commits to this issue in the sidebar
- Create a pull-request for the branch directly from the sidebar