Closed
Description
Currently, we don't set start date of a phase during creation. We need to persist start date as well during creation of phase whether its default phase for a project or its a newly added phase.
fyi @vikasrohit @rmjmccormick @acshields
Requirements:
- Update
POST /v4/projects
endpoint to set the current date as phasestartDate
and set theendDate
asstartDate + duration
. - Update unit tests to validate the startDate and endDate after project creation