Skip to content

Instantly share code, notes, and snippets.

@joestump
Last active October 7, 2015 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joestump/3179585 to your computer and use it in GitHub Desktop.
Save joestump/3179585 to your computer and use it in GitHub Desktop.
/api/products/{product_id}/items.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": "joe@joestump.net"
},
"score": "M",
"assigned_to": {
"first_name": "Joe",
"last_name": "Stump",
"id": 1,
"email": "joe@joestump.net"
},
"type": "task"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment