Jira Create Issue json definition

Hi All

Does someone have the API definitions for Issues? I need to create, update, delete and get.

And it has to be OpenAPI v2.0

The Jira Cloud Platform OpenAPI specs can be downloaded via the triple dot menu on the top right of the Jira Cloud Platform REST API docs:

It’s Open API 3.0.1 though, so you’ll need to convert it yourself, e.g. via LucyBot-Inc/api-spec-converter.