Skip to content

Associate iteration to a work item during creation

Deepika Guliani requested to merge 367456-associate-iteration-with-create into master

What does this MR do and why?

This is a technical debt to associate iteration with WI with create mutation instead of calling a new update mutation as mentioned in #367456 (comment 1200673363)

Screenshots or screen recordings

Before After
before_update after_create

How to set up and validate locally

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

  1. Visit any issue and see that no iteration is associated with it
  2. See that only one mutation is called that is create mutation with no parameters for iteration widget
  3. Now associate an iteration with the issue and create a child task
  4. see that only one mutation is called with the iteration widget parameters

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #367456 (closed)

Edited by Deepika Guliani

Merge request reports