Associate iteration to a work item during creation
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.
- Visit any issue and see that no iteration is associated with it
- See that only one mutation is called that is create mutation with no parameters for iteration widget
- Now associate an iteration with the issue and create a child task
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #367456 (closed)
Edited by Deepika Guliani