JQLFunctionsAppsApi class

Jira Cloud platform REST API documentation

Constructors

JQLFunctionsAppsApi(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

getPrecomputations({List<String>? functionKey, int? startAt, int? maxResults, String? orderBy, String? filter}) Future<PageBeanJqlFunctionPrecomputationBean>
Returns the list of a function's precomputations along with information about when they were created, updated, and last used. Each precomputation has a value - the JQL fragment to replace the custom function clause with.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updatePrecomputations({required JqlFunctionPrecomputationUpdateRequestBean body}) Future
Update the precomputation value of a function created by a Forge/Connect app.

Operators

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