I am working on some JHipster project and want to make connection with Jira, is it possible at all?
You can find Jira Rest Api reference here:
https://developer.atlassian.com/server/jira/platform/rest-apis/
Thank you, but I don't want to use curl...
Maybe someone created issues in Jira from JHipster app?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The calls in the docs are given with curl as the example because it's simple, widely available and easy to translate into other formats.
Have a look in the jhipster docs to see how it makes calls out to other systems, you should be able to drop the body of the curl calls straight into it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.