Skip to content

Instantly share code, notes, and snippets.

@justinabrahms
Created December 7, 2012 11:53
Show Gist options
  • Save justinabrahms/4232813 to your computer and use it in GitHub Desktop.
Save justinabrahms/4232813 to your computer and use it in GitHub Desktop.
Sprint.ly Deploy API POST response.
{
"environment": "staging",
"items": [{
"status": "completed",
"product": {
"archived": false,
"id": 1,
"name": "sprint.ly"
},
"description": "http://support.sprint.ly/discussions/problems/222-not-sure-what-some-things-mean",
"tags": ["documentation"],
"short_url": "http://sprint.ly/i/1/2099/",
"number": 2099,
"last_modified": "2012-10-29T17:43:32+00:00",
"archived": false,
"close_reason": "fixed",
"title": "Create FAQs that cover the various item types.",
"created_at": "2012-01-06T01:00:48+00:00",
"created_by": {
"first_name": "Joe",
"last_name": "Stump",
"created_at": "2011-06-07T21:10:52+00:00",
"email": "joe@joestump.net",
"last_login": "2012-11...skipping...
-18T18:34:19+00:00",
"id": 1
},
"score": "M",
"assigned_to": {
"first_name": "Joe",
"last_name": "Stump",
"created_at": "2011-06-07T21:10:52+00:00",
"email": "joe@joestump.net",
"last_login": "2012-11-18T18:34:19+00:00",
"id": 1
},
"progress": {
"closed_at": "2012-10-29T17:43:32+00:00",
"started_at": "2012-10-29T17:43:29+00:00"
},
"type": "task",
"email": {
"files": "files-13617@items.sprint.ly",
"discussion": "discussion-13617@items.sprint.ly"
}
}, {
"status": "completed",
"product": {
"archived": false,
"id": 1,
"name": "sprint.ly"
},
"description": "Endpoint refactor forgot an import needed by the Transloadit signature creator endpoint.",
"tags": [],
"sho 1
rt_url": "http://sprint.ly/i/1/3413/",
"number": 3413,
"last_modified": "2012-11-07T20:13:57+00:00",
"archived": false,
"close_reason": "fixed",
"title": "Cannot upload files on production (broken AJAX endpoint).",
"created_at": "2012-10-29T16:02:06+00:00",
"created_by": {
"first_name": "Joe",
"last_name": "Stump",
"created_at": "2011-06-07T21:10:52+00:00",
"email": "joe@joestump.net",
"last_login": "2012-11-18T18:34:19+00:00",
"id": 1
},
"score": "S",
"assigned_to": {
"first_name": "Joe",
"last_name": "Stump",
"created_at": "2011-06-07T21:10:52+00:00",
"email": "joe@joestump.net",
"last_login": "2012-11-18T18:34:19+00:00",
"id": 1
},
"progress": {
"closed_at": "2012-10-29T22:46:08+00:00",
"started_at": "2012-10-29T22:46:06+00:00"
},
"type": "defect",
"email": {
"files": "files-191536@items.sprint.ly",
"discussion": "discussion-191536@items.sprint.ly"
}
}],
"notes": "Jenkins build #732",
"version": "",
"user": {
"first_name": "Justin",
"last_name": "Lilly",
"created_at": "2012-07-23T17:54:30+00:00",
"email": "justin@sage.ly",
"last_login": "2012-11-30T18:08:45+00:00",
"id": 5304
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment