Atlassian team wrote a good tutorial https://developer.atlassian.com/cloud/jira/software/getting-started/. This uses ngrok to tunnel local development environment to the internet. However, ngrok (and similar tunnel tools) is blocked by our firewall. IT admin does not want to allow these tools.
Two questions:
- Is there a way I can upload the files to Marketplace, keep the app as private and test it? Marketplace requires app artifact in .jar or .obr or .jwb. JIRA cloud add-on using node.js does not create these files.
- Maybe I can upload all files of add-on into google cloud instance and provide that location as base url in atlassian-connect.json? Has anyone tried it to bypass ngrok?
I use JIRA cloud and Atlassian connect.
Thanks
Ram