All URIs are relative to https://<JIRA_URL>/rest/bootstrapi/1
Method | HTTP request | Description |
---|---|---|
deleteApplicationLinks | DELETE /application-links | Delete all application links |
getApplicationLinks | GET /application-links | Get all application links |
setApplicationLinks | PUT /application-links | Set a list of application links |
deleteApplicationLinks(force)
Delete all application links
NOTE: The 'force' parameter must be set to 'true' in order to execute this request.
Name | Type | Description | Notes |
---|---|---|---|
force | Boolean | [optional] [default to null] |
null (empty response body)
- Content-Type: Not defined
- Accept: /
List getApplicationLinks()
Get all application links
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
List setApplicationLinks(ApplicationLinkBean, ignore-setup-errors)
Set a list of application links
NOTE: All existing application links with the same 'rpcUrl' attribute are updated.
Name | Type | Description | Notes |
---|---|---|---|
ApplicationLinkBean | List | ||
ignore-setup-errors | Boolean | [optional] [default to false] |
- Content-Type: application/json
- Accept: application/json