Klasse MultipleCustomFieldValuesUpdate.MultipleCustomFieldValuesUpdateBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.MultipleCustomFieldValuesUpdate.MultipleCustomFieldValuesUpdateBuilder
- Umschließende Klasse:
MultipleCustomFieldValuesUpdate
public static class MultipleCustomFieldValuesUpdate.MultipleCustomFieldValuesUpdateBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()customField(String customField) The ID or key of the custom field.The list of issue IDs.toString()The value for the custom field.
-
Methodendetails
-
customField
public MultipleCustomFieldValuesUpdate.MultipleCustomFieldValuesUpdateBuilder customField(String customField) The ID or key of the custom field. For example,customfield_10010.- Gibt zurück:
this.
-
issueIds
public MultipleCustomFieldValuesUpdate.MultipleCustomFieldValuesUpdateBuilder issueIds(List<Long> issueIds) The list of issue IDs.- Gibt zurück:
this.
-
value
The value for the custom field. The value must be compatible with the [custom field type](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/#data-types) as follows: *stringthe value must be a string. *numberthe value must be a number. *datetimethe value must be a string that represents a date in the ISO format or the simplified extended ISO format. For example,"2023-01-18T12:00:00-03:00"or"2023-01-18T12:00:00.000Z". However, the milliseconds part is ignored. *userthe value must be an object that contains theaccountIdfield. *groupthe value must be an object that contains the groupnameorgroupIdfield. Because group names can change, we recommend usinggroupId. A list of appropriate values must be provided if the field is of thelist[collection type](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/#collection-types).- Gibt zurück:
this.
-
build
-
toString
-