IssueCustomFieldConfigurationAppsApi class

Jira Cloud platform REST API documentation

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

getCustomFieldConfiguration({required String fieldIdOrKey, List<int>? id, List<int>? fieldContextId, int? issueId, String? projectKeyOrId, String? issueTypeId, int? startAt, int? maxResults}) Future<PageBeanContextualConfiguration>
Returns a paginated list of configurations for a custom field created by a Forge app.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateCustomFieldConfiguration({required String fieldIdOrKey, required CustomFieldConfigurations body}) Future
Update the configuration for contexts of a custom field created by a Forge app.

Operators

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