Skip to content

Latest commit

 

History

History
88 lines (53 loc) · 2.27 KB

ApplicationLinksApi.md

File metadata and controls

88 lines (53 loc) · 2.27 KB

ApplicationLinksApi

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

deleteApplicationLinks(force)

Delete all application links

NOTE: The &#39;force&#39; parameter must be set to &#39;true&#39; in order to execute this request.

Parameters

Name Type Description Notes
force Boolean [optional] [default to null]

Return type

null (empty response body)

Authorization

basicAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: /

getApplicationLinks

List getApplicationLinks()

Get all application links

Parameters

This endpoint does not need any parameter.

Return type

List

Authorization

basicAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

setApplicationLinks

List setApplicationLinks(ApplicationLinkBean, ignore-setup-errors)

Set a list of application links

NOTE: All existing application links with the same &#39;rpcUrl&#39; attribute are updated.

Parameters

Name Type Description Notes
ApplicationLinkBean List
ignore-setup-errors Boolean [optional] [default to false]

Return type

List

Authorization

basicAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json