AppPropertiesApi class

Jira Cloud platform REST API documentation

Constructors

AppPropertiesApi(ApiClient _client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteAddonProperty({required String addonKey, required String propertyKey}) Future<void>
Deletes an app's property.
deleteAppProperty(String propertyKey) Future<void>
Deletes a Forge app's property.
getAddonProperties(String addonKey) Future<PropertyKeys>
Gets all the properties of an app.
getAddonProperty({required String addonKey, required String propertyKey}) Future<EntityProperty>
Returns the key and value of an app's property.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putAddonProperty({required String addonKey, required String propertyKey, required dynamic body}) Future<OperationMessage>
Sets the value of an app's property. Use this resource to store custom data for your app.
putAppProperty({required String propertyKey, required dynamic body}) Future<OperationMessage>
Sets the value of a Forge app's property. These values can be retrieved in Jira expressions through the app context variable.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited