Skip to content

Cannot update endDate and completionDate of milestone. #117

@maxceem

Description

@maxceem

When try to update endDate orcompletionDate of a milestone get validation error:

validation error: \"endDate\" references \"startDate\" which is not a date

For example, PATCH /v4/timelines/20/milestones/19 with the next body:

{
  "param": {
    "endDate": "2018-07-30T11:12:09.000Z"
  }
}

Returns the error above. Same if try to update completionDate.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions