Class BulkIssuePropertyUpdateRequest.BulkIssuePropertyUpdateRequestBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.BulkIssuePropertyUpdateRequest.BulkIssuePropertyUpdateRequestBuilder
- Enclosing class:
- BulkIssuePropertyUpdateRequest
public static class BulkIssuePropertyUpdateRequest.BulkIssuePropertyUpdateRequestBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
expression
(String expression) EXPERIMENTAL.filter
(IssueFilterForBulkPropertySet filter) toString()
The value of the property.
-
Method Details
-
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.- Returns:
this
.
-
filter
public BulkIssuePropertyUpdateRequest.BulkIssuePropertyUpdateRequestBuilder filter(IssueFilterForBulkPropertySet filter) - Returns:
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.- Returns:
this
.
-
build
-
toString
-