Skip to content

Record previous weight when updating issue weight

What does this MR do and why?

Related to #409673 (closed)

Record previous weight when updating issue weight

This goes hand in hand with !141479 (merged)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

Set the weight and update on an issue

Check from the rails console: ResourceWeightEvent.last and ensure previous_weight is populated 😄

Edited by Lee Tickett

Merge request reports