Skip to content

Instantly share code, notes, and snippets.

@f0t0n
Created August 14, 2012 17:03
Show Gist options
  • Save f0t0n/3350878 to your computer and use it in GitHub Desktop.
Save f0t0n/3350878 to your computer and use it in GitHub Desktop.
ticketMetaData = {
51: {
users: [/* user objects for ticket #51 */],
labels: [/* label objects for ticket #51 */]
},
52: {
users: [/* user objects for ticket #52 */],
labels: [/* label objects for ticket #52 */]
}/*, etc... */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment