IssueCustomFieldOptionsApi class
Jira Cloud platform REST API documentation
Constructors
- IssueCustomFieldOptionsApi(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
-
createCustomFieldOption(
{required String fieldId, required int contextId, required BulkCustomFieldOptionCreateRequest body}) → Future< CustomFieldCreatedContextOptionsList> - Creates options and, where the custom select field is of the type Select List (cascading), cascading options for a custom select field. The options are added to a context of the field.
-
deleteCustomFieldOption(
{required String fieldId, required int contextId, required int optionId}) → Future< void> - Deletes a custom field option.
-
getCustomFieldOption(
String id) → Future< CustomFieldOption> - Returns a custom field option. For example, an option in a select list.
-
getOptionsForContext(
{required String fieldId, required int contextId, int? optionId, bool? onlyOptions, int? startAt, int? maxResults}) → Future< PageBeanCustomFieldContextOption> - Returns a paginated list of all custom field option for a context. Options are returned first then cascading options, in the order they display in Jira.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reorderCustomFieldOptions(
{required String fieldId, required int contextId, required OrderOfCustomFieldOptions body}) → Future - Changes the order of custom field options or cascading options in a context.
-
toString(
) → String -
A string representation of this object.
inherited
-
updateCustomFieldOption(
{required String fieldId, required int contextId, required BulkCustomFieldOptionUpdateRequest body}) → Future< CustomFieldUpdatedContextOptionsList> - Updates the options of a custom field.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited