Closed krnlde closed 3 years ago
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.
@galvani +1.
I raised an issue on an open-source project, the author accepted it as a bug and asked if I could contribute by raising a PR. Coming from Jira/Bitbucket experience like @krnlde, I spent 30 min looking for a way to start a branch from my issue, and eventually ended up here...
I come from JIRA as well and use the same workflow as mentioned by @krnlde, which is much efficient. How can we take this issue forward and request for the same?
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....
+1
+1
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.
Please please please.
Though. Someone could use the api to build this feature..... ;) See netlify cms. Any takers?
Wow, yes this is definitely needed. Please.
@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? AFAIK it is only possible to integrate via githooks.
This doesn't exist yet? :disappointed:
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).
It must be done! :)
Up, up, up, up!
Please do this!
I am shocked by knowing that this feature does not exist.
+1 I'm surprised by how much I really, REALLY miss this feature after Jira.
+1
+1
Do we need 10,000 signatures for this one to get attention? 😅
Please make this Github great again!
+1
+1
+1
+1
Would perfectly fit into the automation of the Project Boards as well.
New issue -> To do Create Branch from issue -> In progress Close issue -> Done
This and letting labels interact with the boards (set column, how high up in priority) are the only things I'm missing.
That’s a really great idea @martinvelden. That would make it possible to do some really neat things like story mapping. The top level stories with one label, then the next level clearly separated vertically, then so on. If you can then select issues by label and create a release out of those issues there’s your whole story mapping workflow.
That might be a nice feature too, creating a release based on a label, I know that’s kind of what a release is already, but that would fit in with the user story mapping approach nicely.
+1. Come from gitlab, really miss this feature.
+1
+1
We could really use this functionality in our team's workflow as well, as I imagine other teams can as well. Coming from JIRA, this is the one thing that we are missing.
Being able to create a branch from an issue (and a branch from an issue on the project board) is behavior that I expected would be there by default, this should definitely be prioritized.
Over 1 yr after this feature is still not implemented?? weird, it sounds like a basic feature.
it's been labeled a month ago, it seems there is coming some progress now.
+1
+1
+1 - we've ended up implementing this through a webhook when a label gets applied.
+1
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 branch