Skip to content
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
@krnlde

Description

@krnlde

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:

  1. Create an issue "My Example Issue" with id 42
  2. See a "Create Branch for Issue"-button in the sidebar
  3. Click on it and choose where to branch from (e.g. develop)
  4. define the branch-type according to gitflow (feature/hotfix)
  5. Create the branch whose name will be inferred from the issue's information feature/my-example-issue-42 or choose your own name
  6. git fetch on your local machine and see the new branch
  7. switch to it, make the necessary changes described in the issue
  8. See the number of commits to this issue in the sidebar
  9. Create a pull-request for the branch directly from the sidebar

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions