Issue with OpenAPI specification

Christian Beikov November 18, 2024

I tried to generate a client for the OpenAPI specification of Jira, but had trouble with it, because of some apparently invalid definition.

The `exclude` attribute in the `ApprovalConfiguration` is invalid, because it defines `enum` on the property, as well as within the `items` block.

Can you please fix the OpenAPI specification and remove the outer `enum` definition?

1 answer

0 votes
David Bakkers
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.
November 18, 2024

Hello @Christian Beikov 

Your question is tagged as relating to jira-data-center and data-center, but you have provided a link to the OpenAPI spec for Jira CLOUD, which is a totally different product.

If you want the OpenAPI Swagger file for a particular version of Jira Data Center, you must use the one provided via the 'OpenAPI' link in the top right hand corner of the documentation:

Untitled.png

which yields a URL something like:

https://dac-static.atlassian.com/server/jira/platform/jira_software_dc_10000_swagger.v3.json?_v=1.1026.0

 

Christian Beikov November 19, 2024

I must have selected the wrong option when opening this question. Changed the tags now.

Suggest an answer

Log in or Sign up to answer