question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support Deployments with a "branch & merge" strategy

See original GitHub issue

When 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:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
rachellerathbonecommented, Jan 11, 2022

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.

1reaction
rachellerathbonecommented, Jan 21, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found