Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 1.14 KB

IssueUpdateDetails.md

File metadata and controls

10 lines (9 loc) · 1.14 KB

IssueUpdateDetails

Properties

Name Type Description Notes
transition AllOfIssueUpdateDetailsTransition Details of a transition. Required when performing a transition, optional when creating or editing an issue. [optional]
fields Map<String, Object> 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 Map<String, List<FieldUpdateOperation>> List of operations to perform on issue screen fields. Note that fields included in here cannot be included in `fields`. [optional]
historyMetadata AllOfIssueUpdateDetailsHistoryMetadata Additional issue history details. [optional]
properties List<EntityProperty> Details of issue properties to be add or update. [optional]