Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

REST API Schema download

iniside
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 25, 2018

Hey

I'd like to ask if there is a place where I would be able to download full REST API Schema.

What I'd like to do is to create Unreal Engine 4 JIRA integration. Using rest it is fairly easy but time consuming.

I'd like to at least somewhat automate this process. If I would be able to just download entire REST schema at once, I cloud just parse it and auto generate request/response code.

2 answers

1 accepted

1 vote
Answer accepted
Alexey Dorofeyev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 25, 2018
ckraft
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 5, 2020

Is it the same or maybe a superset/subset of the bitbucket cloud API?

0 votes
Danyal Iqbal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 25, 2018

No I sense a misplaced just.  There are no generic parsers :)

I would recommend the JRJC- https://marketplace.atlassian.com/plugins/com.atlassian.jira.jira-rest-java-client ?It adds a few dependencies but it abstracts away most of the difficult stuff and it is easy to extend.

iniside
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 25, 2018

I know that :). I would like to write my own parser (as I need to generate C++ code anyway). 

It would be just nice to have some kind of OpenAPI  schema to parse from :).

Danyal Iqbal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 25, 2018

+1 for

It would be just nice to have some kind of OpenAPI  schema to parse from :).

Like # people like this

Suggest an answer

Log in or Sign up to answer