jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
23 lines (22 loc) • 663 B
JSON
{
"sampleData" : {
"title" : "Jive-JIRA",
"contents" : [
{ "name" : "Severity", "value" : "Number" }
],
"action" : {
"text" : "JIRA",
"url" : "https://jira.jivesoftware.com"
}
},
"displayName" : "JIRA issues {{{TILE_NAME}}}",
"name" : "{{{TILE_NAME}}}",
"description" : "Displays jira issues",
"style" : "TABLE",
"icons" : {
"16" : "{{{host}}}/{{{TILE_NAME}}}/images/jira.png",
"48" : "{{{host}}}/{{{TILE_NAME}}}/images/jira.png",
"128" : "{{{host}}}/{{{TILE_NAME}}}/images/jira.png"
},
"action": "/{{{TILE_NAME}}}/action"
}