Last active
May 4, 2016 17:34
-
-
Save jshirley/99f16f46581cb423ce8fabe9f5016bb8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"projects": [ | |
{ | |
"name": "Sample data", | |
"key": "SAM", | |
"issues": [ | |
{ | |
"status" : "Open", | |
"reporter" : "admin", | |
"summary" : "Parent case", | |
"externalId": "1", | |
"comments": [ | |
{ | |
"body": "This is a comment from admin 5 days ago", | |
"author": "admin", | |
"created": "2012-08-31T17:59:02.161+0100" | |
}, | |
{ | |
"body": "This is a comment from admin 1 day ago", | |
"author": "admin", | |
"created": "2012-08-31T17:59:02.161+0100" | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment