Hi,
We have JIRA setup on-premise and we are trying to connect to JIRA to get and create tickets. We tried to use JIRA Apis and they will work only for on cloud JIRA setup. Using OAuth we can connect to on-premise JIRA but only a few APIs are available to use like development, deployment and build APIS.
We would like the ability to create a JIRA ticket, get ticket details to be possible from our internal app which is in the same network where JIRA is hosted. If not an API any other way to do this, as the tool and JIRA are in same network , like RPC or some custom code etc.
Any help is greatly appreciated.