Skip to content

Instantly share code, notes, and snippets.

@alexzaporozhets
Last active August 29, 2015 14:16
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 alexzaporozhets/4b227c95b797247bded0 to your computer and use it in GitHub Desktop.
Save alexzaporozhets/4b227c95b797247bded0 to your computer and use it in GitHub Desktop.
var Task = {
id: "{ID}",
name: "",
active: true,
projectId: "{projectId}",
folderId: "{folderId}",
integration: {
provider:"jira",
id:"TDWEB-3301"
},
weight: 0,
createdAt: "DateTimeUTC",
updatedAt: "DateTimeUTC"
};
var Project = {
id: "{ID}",
name: "",
integration: {
provider:"jira",
id:"TDWEBOLD"
},
active: false,
weight: 0,
updatedAt: "DateTimeUTC"
}
var Folder = {
id: "{ID}",
name: "",
active: false,
weight: 0,
updatedAt: "DateTimeUTC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment