public class AppMigrationApi extends Object
| Constructor and Description |
|---|
AppMigrationApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<Object> |
appIssueFieldValueUpdateResourceUpdateIssueFieldsPut(String atlassianTransferId,
String atlassianAccountId,
ConnectCustomFieldValues connectCustomFieldValues,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Bulk update custom field value
Updates the value of a custom field added by Connect apps on one or more issues.
|
io.reactivex.Completable |
migrationResourceUpdateEntityPropertiesValuePut(String atlassianTransferId,
String atlassianAccountId,
String entityType,
List<EntityPropertyDetails> entityPropertyDetails,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Bulk update entity properties
Updates the values of multiple entity properties for an object.
|
io.reactivex.Single<WorkflowRulesSearchDetails> |
migrationResourceWorkflowRuleSearchPost(String atlassianTransferId,
WorkflowRulesSearch workflowRulesSearch,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get workflow transition rule configurations
Returns configurations for workflow transition rules migrated from server to cloud and owned by the calling Connect app.
|
public AppMigrationApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<Object> appIssueFieldValueUpdateResourceUpdateIssueFieldsPut(String atlassianTransferId, String atlassianAccountId, ConnectCustomFieldValues connectCustomFieldValues, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
atlassianTransferId - The ID of the transfer. (required)atlassianAccountId - The Atlassian account ID of the impersonated user. This user must be a member of the site admin group. (required)connectCustomFieldValues - (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
public io.reactivex.Completable migrationResourceUpdateEntityPropertiesValuePut(String atlassianTransferId, String atlassianAccountId, String entityType, List<EntityPropertyDetails> entityPropertyDetails, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
atlassianTransferId - The app migration transfer ID. (required)atlassianAccountId - The Atlassian account ID of the impersonated user. This user must be a member of the site admin group. (required)entityType - The type indicating the object that contains the entity properties. (required)entityPropertyDetails - (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
public io.reactivex.Single<WorkflowRulesSearchDetails> migrationResourceWorkflowRuleSearchPost(String atlassianTransferId, WorkflowRulesSearch workflowRulesSearch, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
atlassianTransferId - The app migration transfer ID. (required)workflowRulesSearch - (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
Copyright © 2011–2021 Everit Kft.. All rights reserved.