IssueCustomFieldValuesAppsApi class
Jira Cloud platform REST API documentation
Constructors
- IssueCustomFieldValuesAppsApi(ApiClient _client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateCustomFieldValue(
{required String fieldIdOrKey, bool? generateChangelog, required CustomFieldValueUpdateDetails body}) → Future - Updates the value of a custom field on one or more issues. Custom fields can only be updated by the Forge app that created them.
-
updateMultipleCustomFieldValues(
{bool? generateChangelog, required MultipleCustomFieldValuesUpdateDetails body}) → Future - Updates the value of one or more custom fields on one or more issues. Combinations of custom field and issue should be unique within the request. Custom fields can only be updated by the Forge app that created them.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited