Closed
Description
It looks like timeline is not updated in ES after we update milestones.
For example:
- create timeline without
endDate
- create a milestone
- update milestone to trigger setting
endDate
for timeline here https://github.com/topcoder-platform/tc-project-service/blob/dev/src/routes/milestones/update.js#L301 - now retrieve the timeline using two ways:
- https://api.topcoder-dev.com/v4/timelines/4369 - returns timeline from DB
- https://api.topcoder-dev.com/v4/timelines/?filter=reference%3Dwork%26referenceId%3D6212 - returns the same timeline from ES
- requests from DB returns
endDate
as it has been updated, and requests form the ES returnsendDate = null
.
Metadata
Metadata
Assignees
Labels
No labels