Ramasamy Raja
Ramasamy Raja

Reputation: 139

Jira Rest API: End date format not able to recognise

Below is the response for "/rest/greenhopper/1.0/integration/teamcalendars/sprint/list?jql=project=" Jira API. 'end' field value looks long value but when I convert it is very large. Can you please suggest what format it is and how to convert to actual date?

Sample response: { "id": 57997, "start": "10012017080605", "end": "24012017080600", "name": "Sprint 1 * 1/10-1/24", "closed": true, "editable": false, "projects": [ { "key": "", "name": "" } ], "viewBoardsUrl": "https://*/secure/GHGoToBoard.jspa?sprintId=57997" }

Upvotes: 0

Views: 651

Answers (1)

Runningriot
Runningriot

Reputation: 745

the format is 24-01-2017 08:06:00. So it is a datetime format.

Hope this helps.

Upvotes: 0

Related Questions