hi-jira2 0.0.1

Jira rest api v2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# DeleteAndReplaceVersionBean

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**move_fix_issues_to** | Option<**i64**> | The ID of the version to update `fixVersion` to when the field contains the deleted version. | [optional]
**move_affected_issues_to** | Option<**i64**> | The ID of the version to update `affectedVersion` to when the field contains the deleted version. | [optional]
**custom_field_replacement_list** | Option<[**Vec<crate::models::CustomFieldReplacement>**]CustomFieldReplacement.md> | An array of custom field IDs (`customFieldId`) and version IDs (`moveTo`) to update when the fields contain the deleted version. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)