provider App properties GET /rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}
@utdk/jira /rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}
Get app property
Returns the key and value of an app's property. The property key `connect_client_key_019cdff3-8bfb-71fe-9628-875b700aebb8` is reserved. It returns a synthetic, read-only property containing the Connect `clientKey` for the requested tenant. This is intended for Forge apps with `app.connect.key` to retrieve the Connect client key during migration. **[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
propertyKey path required
The key of the property.
string

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
addonpropertiesresourceGetaddonpropertyGet
GET/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}
Returns the key and value of an app's property. The property key `connect_client_key_019cdff3-8bfb-71fe-9628-875b700aebb8` is reserved. It returns a synthetic, read-only property containing the Connect `clientKey` for the requested tenant. This is intended for Forge apps with `app.connect.key` to retrieve the Connect client key during migration. **[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.

required

The key of the property.

Configure credentials above to enable sending.

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

TypeScript

import jira from '@utdk/jira';

await jira.addonpropertiesresourceGetaddonpropertyGet()