vitaliy@leanconvert.com
Ukrainian
Doing Javascript
R&D Engineer
The #1 software development tool
used by agile teams
Jira Software Cloud REST API
Webhooks
Jira Software modules
atlassian-connect.json
Jira Cloud
Static Add-on
Atlassian Connect
REST API
Webhooks
Modules
Entity Properties
Add-on Descriptor
{
"name": "Hello World",
"description": "Atlassian Connect add-on",
"key": "com.example.myaddon",
"baseUrl": "https://143853ab.ngrok.io",
"vendor": {
"name": "Leanconvert Team",
"url": "http://example.com"
},
"authentication": {
"type": "none"
},
"modules": {
"generalPages": [
{
"url": "/index.html",
"key": "hello-world",
"location": "system.top.navigation.bar",
"name": {
"value": "Greeting"
}
}
]
}
}<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="//aui-cdn.atlassian.com/aui-adg/5.9.12/css/aui.min.css" media="all">
</head>
<body>
<section id="content" class="ac-content">
<div class="aui-page-header">
<div class="aui-page-header-main">
<h1>Hello World</h1>
</div>
</div>
</section>
<script src="https://vitali-demo.atlassian.net/atlassian-connect/all.js"></script>
</body>
</html>
http-server -p 8000
ngrok http 8000Text
{
"baseUrl": "https://1d70591b.ngrok.io"
}