My company has this third party web app that we want to pull data from to create JIRA issues on our JIRA environment. The asp.net and js files used for the web app on my company's server are encrypted and I can't edit the js in order to make the http requests with the JIRA rest api. My initial thought is that it won't be possible to use the rest api to automatically create JIRA issues due to this encryption. The third party web app however sits on our sql database and I want to know if it's possible to pull the data using JIRA Rest api from that instead of changing the javascript itself of the app (Javascript is what would talk to JIRA, not sql right?). Any thoughts of how I should be going about this? I'm kind of a noob and I'm learning as I go. Thanks!