provider App properties PUT
/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey} @utdk/jira
/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey} Set app property
Sets the value of an app's property. Use this resource to store custom data for your app.
The value of the request body must be a [valid](http://tools.ietf.org/html/rfc4627), non-empty JSON blob. The maximum length is 32768 characters.
**[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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.addonpropertiesresourcePutaddonpropertyPut()