Skip to content

Rely on epic object to sync data to work item instead of params

Alexandru Croitor requested to merge update_sync_epic_work_item_attributes into master

What does this MR do and why?

Changing the approach, that we take on synching data to work item, when an epic is created or updated. Instead of relying on params, we can sync all attributes to the work item all the time. This does not change the number of DB insert/update statements as AR is smart enough to exclude attributes that did not change, and also it may not even update the work item if it did not change at all.

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 Alexandru Croitor

Merge request reports