You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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?
I figured out soon after posting this question. Thanks for your reply though.
Thanks for your feedback @Kaushik Veluru!