Skip to content

Instantly share code, notes, and snippets.

@joestump
Created July 26, 2012 01:04
Show Gist options
  • Save joestump/3179672 to your computer and use it in GitHub Desktop.
Save joestump/3179672 to your computer and use it in GitHub Desktop.
/api/products/{product_id}/items/{item_number}/children.json
[
{
"status": "backlog",
"product": {
"archived": false,
"id": 1,
"name": "sprint.ly"
},
"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",
"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"
},
"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",
"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