Updating Project finish date via REST API doesn't cascade to Task finish date
Summary
Updating Project finish date via REST API doesn't cascade to Task finish dateContent
Hi,
From UI, we could update the project finish date and choose "Cascade Planned finish date change to affected subtasks" and save.
System update the project finish date and all the tasks as well as subtasks to the project finish date.
But, while changing the project finish date via REST API, it is not doing. There is no option also to specifty cascading.
Is anyone had undergone this issue ?
Any updates provided would be appreciated very much
/fscmRestApi/resources/11.13.18.05/projects/300001135752766
Payload
{
"ProjectEndDate": "2020-03-03"
}
Updated the Project finish date but not task finish date
Tagged:
1