Issue Summary
You can find:
- Latest Jira REST API docs under: https://docs.atlassian.com/software/jira/docs/api/REST/latest
- Latest Jira Service Desk REST API docs under: https://docs.atlassian.com/jira-servicedesk/REST/server
But when accessing https://docs.atlassian.com/jira-software/REST/server you get Jira Agile REST API docs for version 7.3.1
Steps to Reproduce
Expected Results
Latest Jira Software docs are available
Actual Results
Jira Software docs for version 7.3.1 are available and there is no way to access the docs for newer version
Workaround
You can view WADL - XML document containing the REST documentation.
To do so you need to:
- setup Jira Software in version you wish to see the docs
- login
- access <JIRA_URL>/rest/agile/1.0/application.wadl
- you can replace "agile" with other Jira Software plugin's rest key
Convenient way to browse REST API is to use Atlassian unsupported plugin Atlassian REST API Browser
Form Name |
---|
ialexeyenko any update on this?