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"
},