Hey all!
I am trying to upload a private addon in JIRA using a specific URL. From my understanding the URL's purpose is to serve JIRA with the App descriptor. What I am having trouble with is if I provide the url https://blah.blah which returns the required JSON file it will not work and will spit out the following error:
<URL> cannot be installed on this Cloud instance.
If, however I use:
https://blah.blah/atlassian-connect.json
It will work? I would of assumed as long as the URL can be trusted (correct SSL certs) and returns a valid descriptor file that It would work. This doesn't seem to be the case. JIRA seems to care if the URL contains the atlassian-connect.json route.
Can anyone confirm this or point me to a doc that outline this?