Skip to content

Instantly share code, notes, and snippets.

@robertmassaioli
Created January 18, 2016 12:16
Show Gist options
  • Save robertmassaioli/4abb4136eada6dcb1734 to your computer and use it in GitHub Desktop.
Save robertmassaioli/4abb4136eada6dcb1734 to your computer and use it in GitHub Desktop.
{
"key": "com.atlassian.jira.static.tutorial.local",
"name": "Static Tutorial for JIRA (Local)",
"version": "1.0",
"description": "Provides a static example of an Atlassian Connect addon.",
"vendor": {
"name": "Your name",
"url": "http://www.your-site.com"
},
"baseUrl": "http://localhost:3311",
"authentication": {
"type": "none"
},
"modules": {
"generalPages": [
{
"url": "/hello-you.html",
"key": "hello-world",
"location": "system.top.navigation.bar",
"name": {
"value": "Click me"
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment