I’m retrieving task stories to perform some analysis on due date changes. In the text of the story the due date often has no year listed. Here’s an example story: “exampleuser1 changed the due date to Mar 29. Oct 9, 2017.” If this were the last due date change, I could simply use the current due date but this task has had subsequent due date changes. I investigated this example by talking to the task owner and determined that the due date was changed to Mar 29, 2019.
I haven’t found a pattern for when the year is shown or not shown, but I have confirmed that in all cases, the story text through the API matches what the user sees.
Is there any other way that I can determine the year associated with these changed due dates through the API or otherwise? I have a large number of tasks to analyze so I cannot manually investigate each one.
Thanks in advance for any recommendations or redirection!