Klasse BulkIssuePropertyUpdateRequest.BulkIssuePropertyUpdateRequestBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.BulkIssuePropertyUpdateRequest.BulkIssuePropertyUpdateRequestBuilder
- Umschließende Klasse:
BulkIssuePropertyUpdateRequest
public static class BulkIssuePropertyUpdateRequest.BulkIssuePropertyUpdateRequestBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
expression
(String expression) EXPERIMENTAL.toString()
The value of the property.
-
Methodendetails
-
expression
public BulkIssuePropertyUpdateRequest.BulkIssuePropertyUpdateRequestBuilder expression(String expression) 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 areissue
anduser
. Issues for which the expression returns a value whose JSON representation is longer than 32768 characters are ignored.- Gibt zurück:
this
.
-
filter
public BulkIssuePropertyUpdateRequest.BulkIssuePropertyUpdateRequestBuilder filter(BulkIssuePropertyUpdateRequestFilter filter) - Gibt zurück:
this
.
-
value
The value of the property. The value must be a [valid](https://tools.ietf.org/html/rfc4627), non-empty JSON blob. The maximum length is 32768 characters.- Gibt zurück:
this
.
-
build
-
toString
-