Created
March 19, 2015 20:02
-
-
Save wookiehangover/40ec256842a5e717fed9 to your computer and use it in GitHub Desktop.
/api/products/{product_id}/items.json
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
[ | |
{ | |
"status": "backlog", | |
"product": { | |
"archived": false, | |
"id": 1, | |
"name": "sprint.ly" | |
}, | |
"progress": { | |
"accepted_at": "2013-06-14T22:52:07+00:00", | |
"closed_at": "2013-06-14T21:53:43+00:00", | |
"started_at": "2013-06-14T21:50:36+00:00" | |
}, | |
"description": "Require people to estimate the score of an item before they can start working on it.", | |
"tags": [ | |
"scoring", | |
"backlog" | |
], | |
"number": 188, | |
"archived": false, | |
"title": "Don't let un-scored items out of the backlog.", | |
"created_by": { | |
"first_name": "Joe", | |
"last_name": "Stump", | |
"id": 1, | |
"email": "[email protected]" | |
}, | |
"score": "M", | |
"sort": 1, | |
"assigned_to": { | |
"first_name": "Joe", | |
"last_name": "Stump", | |
"id": 1, | |
"email": "[email protected]" | |
}, | |
"type": "task" | |
}, | |
{ | |
"status": "accepted", | |
"product": { | |
"archived": false, | |
"id": 1, | |
"name": "sprint.ly" | |
}, | |
"progress": { | |
"accepted_at": "2013-06-14T22:52:07+00:00", | |
"closed_at": "2013-06-14T21:53:43+00:00", | |
"started_at": "2013-06-14T21:50:36+00:00" | |
}, | |
"description": "", | |
"tags": [ | |
"scoring", | |
"backlog" | |
], | |
"number": 208, | |
"archived": false, | |
"title": "Add the ability to reply to comments via email.", | |
"created_by": { | |
"first_name": "Joe", | |
"last_name": "Stump", | |
"id": 1, | |
"email": "[email protected]" | |
}, | |
"score": "M", | |
"sort": 2, | |
"assigned_to": { | |
"first_name": "Joe", | |
"last_name": "Stump", | |
"id": 1, | |
"email": "[email protected]" | |
}, | |
"type": "task" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment