BulkIssuePropertyUpdateRequest class

Bulk issue property update request details.

Properties

expression String?
EXPERIMENTAL. The Jira expression to calculate the value of the property. The value of the expression must be an object that can be converted to JSON, such as a number, boolean, string, list, or map. The context variables available to the expression are issue and user. Issues for which the expression returns a value whose JSON representation is longer than 32768 characters are ignored.
final
filter IssueFilterForBulkPropertySet?
The bulk operation filter.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
The value of the property. The value must be a valid, non-empty JSON blob. The maximum length is 32768 characters.
final

Methods

copyWith({String? expression, IssueFilterForBulkPropertySet? filter, dynamic value}) BulkIssuePropertyUpdateRequest
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited