Is it possible to create an issue in jira using REST api? I didn\'t find this in the documentation (no POST for issues), but I suspect it\'s possible.
A wget or curl
Now you can use REST + JSON to create issues.
To check which json fields you can set to create the issue use: https://jira.host.com/rest/api/2/issue/createmeta
For more information please see the JIRA rest documentation: https://docs.atlassian.com/jira/REST/6.2.4/