provider App properties GET /rest/atlassian-connect/1/addons/{addonKey}/properties
@utdk/jira /rest/atlassian-connect/1/addons/{addonKey}/properties
Get app properties
Gets all the properties of an app. The reserved key `connect_client_key_019cdff3-8bfb-71fe-9628-875b700aebb8` is not returned. **[Permissions](#permissions) required:** Only a Connect app whose key matches `addonKey` can make this request. Additionally, Forge apps can access Connect app properties (stored against the same `app.connect.key`).
addonKey path required
The key of the app, as defined in its descriptor.
string

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

addonpropertiesresourceGetaddonpropertiesGet
GET/rest/atlassian-connect/1/addons/{addonKey}/properties
Gets all the properties of an app. The reserved key `connect_client_key_019cdff3-8bfb-71fe-9628-875b700aebb8` is not returned. **[Permissions](#permissions) required:** Only a Connect app whose key matches `addonKey` can make this request. Additionally, Forge apps can access Connect app properties (stored against the same `app.connect.key`).

Parameters

required

The key of the app, as defined in its descriptor.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.addonpropertiesresourceGetaddonpropertiesGet()