-
Notifications
You must be signed in to change notification settings - Fork 130
Feature Request: Workflow to create branch from issue #1125
Comments
I'm astounded this doesn't exist already. |
And tie it to the "Projects" board, as well. There are so many loose ends on GitHub in terms of workflow. |
I have just spend 30 minutes searching how to do it :-) I thought I am dumb. |
I come from JIRA as well and use the same workflow as mentioned by @krnlde, which is much efficient. |
used to gitlab every day, it surprised me to end up in this thread 👀 . |
+1 on this. May be tricky as a Project is only loosely coupled.... |
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
Please stop spamming this issue with +1s. There is a thumbsup/-down feature for this if you really like to share your interest. |
I needed kinda same behavior described, and recently came up with solution which may partially solve the problem, In addition I want to note that this no totally/exactly solves the problem originally described, but it may partially do it:
this process is described in this post and really helped me to partially automate such workflow. hope it helps you too |
Please! and include it in enterprise! |
Coming from gitlab, I couldn't believe that this function is not included in github. I would be great to have it. |
This comment has been minimized.
This comment has been minimized.
Though. Someone could use the api to build this feature..... ;) See netlify cms. Any takers? |
This comment has been minimized.
This comment has been minimized.
@KevinMind can you suggest some starting point? |
More specific: How do you integrate UI elements in the sidepanel to have a button that triggers the API? |
This doesn't exist yet? |
it does not |
every time I search this feature again ... |
tried the same and ended up here. It would be really a good one feature |
Gitlab FTW. Github - time to up your game! |
This is OOTB functionality with your competitors (GitLab, BitBucket + Jira, VersionOne). |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I am shocked by knowing that this feature does not exist. |
https://blog.axosoft.com/gitkraken-git-gui-v7-3-github-issues If you use GitHub or GitHub Enterprise issue trackers, you can now accomplish the following actions directly from the GitKraken Git GUI:
*Paid features. |
Create github branch from issue.this is still not a thing as at 21st of Sept 2020. |
Still an issue in the private fork of issac and not github itself... 🧠 |
Do the github developers use github? |
Dear Github Community the "Create github branch from issue"-Feature would make things much easier. |
I don't think this is a feature we're going to see on the web interface. It has been implemented in the github extension for VSCode. I think it's far more likely to be implemented in cli/cli which is in (very) active development right now. |
For those who have the new github cli I made an alias to create a branch locally. |
If I wasn't a freeloading user, I would totally complain that this feature doesn't exist. |
I'm still waiting for this feature |
Now that the CLI is out, it seems like a logical place for this feature |
Company is making the switch from GitLab to GitHub and can't believe this isn't a feature .. |
This is my favorite feature of GitLab |
Switched from GitHub to a self-hosted GitLab instance due to this missing feature... I don't understand why they still haven't implemented this feature yet. |
Coming from Gitlab and Jira, this is a basic part of my daily workflow, please consider adding it |
I just created Tampermonkey script for this feature Here are the source and installation instructions - https://github.com/bumbeishvili/create-branch-from-issue |
I just want to point out that this issue has the most likes out of every other issue on here and is over 3 years old... It should really be getting more attention. This is officially the most wanted feature by the entire GitHub community. |
Wait, this is not a thing yet? I got so used to linking my branches in Jira that it did not occur to me that Github hasn't caught up. |
Update about the extension - https://github.com/bumbeishvili/create-branch-from-issue Awesome people added new functionalities to the script, now it's possible to choose source branch |
potential alternative: https://github.com/marketplace/actions/create-issue-branch (source @ https://github.com/robvanderleek/create-issue-branch) |
I find it hard to believe that the people at Github use their own project board. Because if they did, then they would have implemented this feature already. |
It is 2021 and still no such feature in GitHub? |
We should all move on to https://github.com/github/feedback/discussions instead of spamming here and not being heard This issue should be closed and locked |
agreed. Do you have a link to an existing issue in github feedback? So that people here can up-vote it. |
No, someone should just create one and we can all vote on it |
there we go. Let's all vote it up! |
Thank you guys! Issue now continues over at community/community#3441 |
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:
develop
)feature/my-example-issue-42
or choose your own namegit fetch
on your local machine and see the new branchThe text was updated successfully, but these errors were encountered: