Hi,
I have seen some inconsistencies in the start and end dates in the UI as well as what the REST API returns.
For example:
In the GUI sprint plan I see these dates:
06/02/2015 – 06/15/2015
In the GUI Release plan, I see these dates for the same sprint:
06/02/2015 – 06/15/2015
If I then Update the sprint via the Release plan with the GUI, I see these dates:
06/03/2015 – 06/16/2015
The REST API returns these dates for the same sprint:
activationDate: 2015-06-03
endDate: 2015-06-16
startDate: 2015-06-03
Is there a reason for these differences? Do they mean anything different?