Skip to content

Fix an use case of updated_at getting out of sync

What does this MR do and why?

Fix an use case of updated_at getting out of sync

When description is changed by adding some whitespaces the description does not change but the work item updated_at is modified.

Also changed the way that we save color and dates_source so that it is not conditioned by the params and would get the values directly from epic.

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.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports