Skip to content

Sync description task updates to work item

Nicolas Dular requested to merge nd/sync-checking-tasks into master

What does this MR do and why?

Related issue: #452363 (closed)

This syncs updates of tasks in the description of an epic to the synced work item.

To make sure we do this within a transaction, a new method transaction_update_task got created and is overriden in the Epics::UpdateService.

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

Screen_Recording_2024-03-28_at_18.51.57

Before After

How to set up and validate locally

Enable the required feature flag:

  • epic_creation_with_synced_work_item
  • Create a new epic (if you don't have epics with synced work items yet)
  • Update the description to include tasks with - [ ] ....
  • Modify the tasks by checking and unchecking the checkbox
  • Check the synced work item by replacing /epics/ with /work_items/ in the URL
Edited by Nicolas Dular

Merge request reports