how to create an issue in jira via rest api?

后端 未结 9 2371
北恋
北恋 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:34

    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/

提交回复
热议问题