Hi,
I have made a get API call to fetch all the pull-requests in a repository:
https://company.com/rest/api/1.0/projects/AIRW/repos/canonical/pull-requests
Here is a snippet of the response:
"id": 26903,
"version": 203,
"title": "CMSVC-6964 Created On & Created By shown incorrectly in excel",
"description": "Updating the property names in the view so they are mapped correctly while exporting.",
"state": "OPEN",
"open": true,
"closed": false,
"createdDate": 1528960509081,
"updatedDate": 1529690155917,
What is the updateDate format here? How do I know how many days ago it was updated?
Thanks for your feedback @Kaushik Veluru!