Skip to content

Fix start_is_fixed and due_date_is_fixed default

Nicolas Dular requested to merge nd/fix-dates-source-creation into master

What does this MR do and why?

Fix start_is_fixed and due_date_is_fixed default

When creating a work item where the start_date or due_date param was set but nil, we still set start_date_is_fixed and due_date_is_fixed as true, even when the parameter was set to false.

This caused an issue when syncing epic work items, where we created dates_source with the wrong default values.

Issue: #446178 (closed)

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.

Edited by Nicolas Dular

Merge request reports