Hi,
How can I get the basic rest-api-description of jira/confluence rest-apis in a wadl/wsdl/raml/swagger format?
How does the rest api browser get this information?
I need to export the information of excisting apis to another program.
Best regards
Daniel Encarnacao
Hi Daniel,
here you can find them:
https://docs.atlassian.com/jira/REST/6.2.1/jira-rest-plugin.wadl
http://<your.confluence.url>/rest/prototype/latest/application.wadl
Change the Jira version to the one, you need.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome, Daniel.
If you think, your question is answered, please mark it as answered. With that mark, other users find answered questions more easy. Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Additional question: It seems like the link gives me only the "/rest/api"- APIs, but I have also APIs like "/rest/adhocworkflows" and others. Is there a way to get a wadl-File with all APIs including every installed plugin/rest/spi etc.?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey,
struggling with the same issue, I created the openAPIv3 at least for jira documentstions here: https://github.com/porscheofficial/jira-server-edition-openAPIv3
please feel free to add the confluence API as well :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.