Panel | ||
---|---|---|
| ||
|
Panel |
---|
OverviewThe Test for JIRA REST API is an interface to access the plugin functionality programatically. The functions of Test for JIRA can be accessed through endpoints with a specific URI path. In order to use the REST API your application simply needs to make HTTP requests to the endpoints and parse the corresponding JSON response. After authenticating your application with the JIRA instance you can start making requests to the REST API endpoints. The following pages serve as reference for the individual endpoints.
|
Panel | ||
---|---|---|
AuthenticationTo access the REST API the application needs to authenticate. URI StructureThe REST API endpoints provided by Test for JIRA are accessible via HTTP.
Which methods are supported by the specific enpoints is stated in the corresponding reference. All endpoints are located on your JIRA instance and can be accessed via URI paths.
The current api-version is: "1.0". Response FormatThe response to a Test for JIRA - REST API request is always a single JSON object. REST API BrowserThe Atlassian REST API Browser allows you to browse through the available REST APIs for your JIRA instance. The REST API Browser provides detailed information for each endpoint similar to this reference. If you are a developer and using the Atlassian Plugin SDK the REST API Browser is already part of your application instance. To access the REST API browser you have to be logged in as JIRA administrator.
|