Deletes an app's property.
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
).
Optional
callback: undefinedDeletes a Forge app's property.
Permissions required: Only Forge apps can make this request.
The new write:app-data:jira
OAuth scope is 100% optional now, and not using it won't break your app. However, we
recommend adding it to your app's scope list because we will eventually make it mandatory.
Deletes a Forge app's property.
Permissions required: Only Forge apps can make this request.
The new write:app-data:jira
OAuth scope is 100% optional now, and not using it won't break your app. However, we
recommend adding it to your app's scope list because we will eventually make it mandatory.
Optional
callback: undefinedGets all the properties of an app.
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
).
Gets all the properties of an app.
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
).
Optional
callback: undefinedReturns the key and value of an app's property.
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
).
Returns the key and value of an app's property.
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
).
Optional
callback: undefinedSets 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, non-empty JSON blob. The maximum length is 32768 characters.
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
).
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, non-empty JSON blob. The maximum length is 32768 characters.
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
).
Optional
callback: undefinedSets the value of a Forge app's property. These values can be retrieved in Jira
expressions through the app
context
variable.
For other use cases, use the Storage API.
The value of the request body must be a valid, non-empty JSON blob. The maximum length is 32768 characters.
Permissions required: Only Forge apps can make this request.
The new write:app-data:jira
OAuth scope is 100% optional now, and not using it won't break your app. However, we
recommend adding it to your app's scope list because we will eventually make it mandatory.
Sets the value of a Forge app's property. These values can be retrieved in Jira
expressions through the app
context
variable.
For other use cases, use the Storage API.
The value of the request body must be a valid, non-empty JSON blob. The maximum length is 32768 characters.
Permissions required: Only Forge apps can make this request.
The new write:app-data:jira
OAuth scope is 100% optional now, and not using it won't break your app. However, we
recommend adding it to your app's scope list because we will eventually make it mandatory.
Optional
callback: undefined
Deletes an app's property.
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 sameapp.connect.key
).