# \AppMigrationApi
All URIs are relative to *https://your-domain.atlassian.net*
[**app_issue_field_value_update_resource_period_update_issue_fields_put**](AppMigrationApi.md#app_issue_field_value_update_resource_period_update_issue_fields_put) | **PUT** /rest/atlassian-connect/1/migration/field | Bulk update custom field value
[**migration_resource_period_update_entity_properties_value_put**](AppMigrationApi.md#migration_resource_period_update_entity_properties_value_put) | **PUT** /rest/atlassian-connect/1/migration/properties/{entityType} | Bulk update entity properties
[**migration_resource_period_workflow_rule_search_post**](AppMigrationApi.md#migration_resource_period_workflow_rule_search_post) | **POST** /rest/atlassian-connect/1/migration/workflow/rule/search | Get workflow transition rule configurations
## app_issue_field_value_update_resource_period_update_issue_fields_put
> serde_json::Value app_issue_field_value_update_resource_period_update_issue_fields_put(atlassian_transfer_id, connect_custom_field_values)
Bulk update custom field value
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. **[Permissions](#permissions) required:** Only Connect apps can make this request
### Parameters
**atlassian_transfer_id** | **uuid::Uuid** | The ID of the transfer. | [required] |
**connect_custom_field_values** | [**ConnectCustomFieldValues**](ConnectCustomFieldValues.md) | | [required] |
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## migration_resource_period_update_entity_properties_value_put
> migration_resource_period_update_entity_properties_value_put(atlassian_transfer_id, entity_type, entity_property_details)
Bulk update entity properties
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.
### Parameters
**atlassian_transfer_id** | **uuid::Uuid** | The app migration transfer ID. | [required] |
**entity_type** | **String** | The type indicating the object that contains the entity properties. | [required] |
**entity_property_details** | [**Vec<models::EntityPropertyDetails>**](EntityPropertyDetails.md) | | [required] |
### Return type
(empty response body)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## migration_resource_period_workflow_rule_search_post
> models::WorkflowRulesSearchDetails migration_resource_period_workflow_rule_search_post(atlassian_transfer_id, workflow_rules_search)
Get workflow transition rule configurations
Returns configurations for workflow transition rules migrated from server to cloud and owned by the calling Connect app.
### Parameters
**atlassian_transfer_id** | **uuid::Uuid** | The app migration transfer ID. | [required] |
**workflow_rules_search** | [**WorkflowRulesSearch**](WorkflowRulesSearch.md) | | [required] |
### Return type
[**models::WorkflowRulesSearchDetails**](WorkflowRulesSearchDetails.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)