Skip to content

Instantly share code, notes, and snippets.

@kkestell
Created December 18, 2018 22:10
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 kkestell/37d833e5bead679b5902610e57fdaadf to your computer and use it in GitHub Desktop.
Save kkestell/37d833e5bead679b5902610e57fdaadf to your computer and use it in GitHub Desktop.
{
projects: [
{
name: "Origin Meals",
start_date: "2019-01-01",
end_date: "2019-10-01",
people: [
{
name: "Casey Jacobson",
avatar_url: "https://example.com/avatar.jpg",
roles: [
"Developer"
]
}
],
sprints: [
{
sprint_number: 12,
start_date: "2019-04-01",
end_date: "2019-04-14",
issues: [
{
issue_number: "OM-123",
story_points: 3,
summary: "Do something with a thing",
status: "Closed"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment