AppMigrationApi class

Jira Cloud platform REST API documentation

Constructors

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateEntityPropertiesValue({required String atlassianTransferId, required String entityType, required List<EntityPropertyDetails> body}) Future<void>
Updates the values of multiple entity properties for an object, up to 50 updates per request. This operation is for use by Connect apps during app migration.
updateIssueFields({required String atlassianTransferId, required ConnectCustomFieldValues body}) Future
Updates the value of a custom field added by Connect apps on one or more issues. The values of up to 200 custom fields can be updated.
workflowRuleSearch({required String atlassianTransferId, required WorkflowRulesSearch body}) Future<WorkflowRulesSearchDetails>
Returns configurations for workflow transition rules migrated from server to cloud and owned by the calling Connect app.

Operators

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