Closed
Description
When user is updating the start date of a timeline using the PATCH /v4/timeline/123
endpoint, it should also update dates(startDate and endDate) of all milestones for that timeline. It should start the first milestone (identified via order=1
) with timelines start date and calculate end date of that milestone using duration and update the subsequent milestones in the same way.
fyi @coderReview