You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I have created an add-on in jira, in developement mode I uploaded them using localhost link from ngrok (https:// 32570d96.ngrok.io). Referring that URL in links and baseURL(add-on descriptor) as above in atlassian-connect.json.
Now, I have to release the add-on in atlassian marketplace. How can I release the add-on in marketplace(cloud based add-on)?
I have referred this link, for creating fields in addon descriptor: sky tv bundleshttps://developer.atlassian.com/static/connect/docs/latest/modules/#properties
For, uploding the add-on in atlassian marketplace, I followed these steps, as given here: https://developer.atlassian.com/static/connect/docs/latest/developing/cloud-installation.html
While uploading add-on, it ask for URL of addon descriptor. How to create addon descriptor URL by uploading the atlassian-connect.json in cloud instead of using ngrok(https:// 32570d96.ngrok.io/atlassian-connect.json)
Currently, I use the format of add-on descriptor fields in atlassian-connect.json file, as shown below:
"baseUrl": "https://253e4f95.ngrok.io",
"links": {
"self": "https://253e4f95.ngrok.io/atlassian-connect.json",
"homepage": "https://253e4f95.ngrok.io/atlassian-connect.json"
},