Hello Everyone,
I have created around 5 connect add-ons using spring-boot.
I have been to test them one by one on running them on my localhost and installing them (with ngrok) on cloud instance.
Steps I followed:
1. In my local environment I use ngrok, secure introspectable tunnels to localhost, to generate a secure tunnel to my localhost:8080.
2. Using that generated URL as baseUrl to my atlassian.connect.json and run the appication with
mvn spring-boot:run
3. Confirming the baseurl/atlassian-connect.json is accesible on browser and install my add-on in my cloud instance. That's work very good.
Questions :
1. How to host these addons on my server, so as I will get testServer.com/atlassian-connect.json and I can upload it on JIRA cloud instance.?
2. Is it possible to host multiple add-ons on my testServer?