Support Deployments with a "branch & merge" strategy
See original GitHub issueWhen using a git flow like branching strategy with feature
branches and a main
(or release
) branch in which they get merged, Deployments won’t show up in Jira after the merge.
If I push a commit with issue key KEY-1
into the feature
branch, the deployment shows up connected with the KEY-1
issue in Jira.
When I merge the feature
branch into main
, the deployment that is triggered from the main
branch, doesn’t show up in Jira (i.e. it’s not being connected with the KEY-1
issue.
I guess we need to implement some smart logic that crawls all commits that have been made on the feature
branch, but are not yet in the main
branch, and check those commits for issue keys and then add those issue keys to the deployment
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Your Branching Strategy for Multiple Releases - Perforce
Branching strategies help manage changes and code integrations across teams. Learn about feature branching, merge strategies, and tips to ...
Read more >Using a Branching Strategy That Works - Cocoacasts
Supporting branches have a limited lifetime. ... After releasing or deploying to production, the release branch is merged into master and develop ....
Read more >Picking the Right Branch-Merge Strategy | AgileConnection
The simplest of merging strategies is each branch being manually code reviewed and tested prior to being merged into the master branch. This...
Read more >Set up a merge strategy for a project | Bitbucket Cloud
In the project, select Project settings on the left sidebar. · Select Merge strategies under Workflow on the left sidebar. · Select the...
Read more >Git branching strategy to achieve continuous delivery
Any new feature branch is branched out from production · Once the feature is developed it is merged into QA or equivalent branch...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey @jakila and @eialanjones. Good news, we’ve just rolled an update for this out to all customers. Please let us know if this now works as expected.
Hey @palexcast and @pdyck if I’m understanding correctly, it looks like your issues are related to deployments but are different from the resolved issue in this thread. To make sure issues stay focused on one problem, and to make sure your messages don’t get lost in this thread, I’ve gone ahead and opened up new issues for your separate concerns:
Please feel free to add any additional information &/or screenshots to your respective issues.