how to create an issue in jira via rest api?

后端 未结 9 2338
北恋
北恋 2020-12-08 19:24

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

9条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 19:27

    As of the latest released version (4.3.3) it is not possible to do using the REST API. You can create issues remotely using the JIRA SOAP API.

    See this page for an example Java client.

提交回复
热议问题