jira-api-v2 1.0.1

Jira Cloud platform REST API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# IssueUpdateDetails

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**transition** | Option<[**models::IssueTransition**]IssueTransition.md> | Details of a transition. Required when performing a transition, optional when creating or editing an issue. | [optional]
**fields** | Option<[**std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md> | List of issue screen fields to update, specifying the sub-field to update and its value for each field. This field provides a straightforward option when setting a sub-field. When multiple sub-fields or other operations are required, use `update`. Fields included in here cannot be included in `update`. | [optional]
**update** | Option<[**std::collections::HashMap<String, Vec<models::FieldUpdateOperation>>**]Vec.md> | List of operations to perform on issue screen fields. Note that fields included in here cannot be included in `fields`. | [optional]
**history_metadata** | Option<[**models::HistoryMetadata**]HistoryMetadata.md> | Additional issue history details. | [optional]
**properties** | Option<[**Vec<models::EntityProperty>**]EntityProperty.md> | Details of issue properties to be add or update. | [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)