I'm trying to figure out how to set the planned completion date when creating or updating a task. Tasks always result with a plannedCompletionDate equal to the day the project was created.
I have used a few different dateTime formats, but it never changes. These are the two I've used that didn't throw an error:
2015-05-02T08:00:00:000-0500
2015-05-02
However, even though there was no error, there was no change either.
I saw in another post that a user was using $$TODAY-25d
in a search query, so I thought I'd try that, but I still got the error
Date format does not match a recognized date format
The project containing the task has a status of 'IDEA'. I'm not sure if this affects being able to set the plannedCompletionDate of the task via the API or not, so I thought I'd mention it just in case.