I’m currently working on a Forge app that runs as a Jira project page. A few seconds after I load the app, something somewhere in code attempts to make GET
requests to the following URLs:
https://[my site].atlassian.net/gateway/api/watermelon/organization/containsAnyWorkspace?cloudId=[a GUID]
https://[my site].atlassian.net/rest/api/2/project/[a project key]/properties/isDevopsProject
Those URLs always respond 404
. My app seems to run fine without those working; however, I’m naturally wondering what those are supposed to do, as well as how to eliminate the calls (presuming they’re unneeded). I welcome any thoughts in this regard. Thanks!