How can i list all available and usable API in jira?
something like https://jiraserver:port/context/rest/api
Take a look at the rest browser: https://marketplace.atlassian.com/apps/1211542/atlassian-rest-api-browser or the docs at https://developer.atlassian.com/server/jira/platform/rest-apis/
You can also ask these questions over at the developer community: https://community.developer.atlassian.com
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.
Mark,
The rest API is core to Jira and the application itself runs off of it. So if you want to see what is available I would suggest looking at the documentation.
Jira Server - https://docs.atlassian.com/software/jira/docs/api/REST/8.3.3/?_ga=2.33676775.735161326.1567525430-1213479325.1559944477
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.