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/3179659 to your computer and use it in GitHub Desktop.
Save joestump/3179659 to your computer and use it in GitHub Desktop.
/api/products/{product_id}/items/{item_number}.json
{
"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": "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