Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attach multiple fixes to a single report #2201

Open
arogge opened this issue Mar 11, 2022 · 1 comment
Open

Attach multiple fixes to a single report #2201

arogge opened this issue Mar 11, 2022 · 1 comment
Labels

Comments

@arogge
Copy link

arogge commented Mar 11, 2022

Problem

Currently when I press "Confirm Fix" I can only select a single version the fix is applied to, a single branch and a single commit id.

In our development process we usually have multiple individual fixes to multiple supported versions. Basically we would need to be able fill that "Confirm Fix"-Form multiple times for the same report.

Real-World-Example

We have a report for version 18.2 and newer
The current version is 21.0.0, but we still support 20.y.z and 19.2.z, but not 18.2.z.

As a result there will be a fix

  • on branch younameit-21 that will be released as 21.1.0
  • on branch younameit-20 that will be released as 20.0.6
  • on branch younameit-19.2 that will be released as 19.2.12

Currently I can only add one of these fixes, while I should be able to add them all.

@JamieSlome JamieSlome added the +1 label Mar 11, 2022
@psmoros psmoros removed their assignment Mar 15, 2022
@psmoros psmoros removed the +1 label Mar 15, 2022
@psmoros psmoros added the +3 label Nov 1, 2022
@psmoros
Copy link
Member

psmoros commented Nov 2, 2022

Also #2287

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants