IssueCustomFieldOptionsAppsApi class
Jira Cloud platform REST API documentation
Constructors
- IssueCustomFieldOptionsAppsApi(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
-
createIssueFieldOption(
{required String fieldKey, required IssueFieldOptionCreateBean body}) → Future< IssueFieldOption> - Creates an option for a select list issue field.
-
deleteIssueFieldOption(
{required String fieldKey, required int optionId}) → Future - Deletes an option from a select list issue field.
-
getAllIssueFieldOptions(
{int? startAt, int? maxResults, required String fieldKey}) → Future< PageBeanIssueFieldOption> - Returns a paginated list of all the options of a select list issue field. A select list issue field is a type of issue field that enables a user to select a value from a list of options.
-
getIssueFieldOption(
{required String fieldKey, required int optionId}) → Future< IssueFieldOption> - Returns an option from a select list issue field.
-
getSelectableIssueFieldOptions(
{int? startAt, int? maxResults, int? projectId, required String fieldKey}) → Future< PageBeanIssueFieldOption> - Returns a paginated list of options for a select list issue field that can be viewed and selected by the user.
-
getVisibleIssueFieldOptions(
{int? startAt, int? maxResults, int? projectId, required String fieldKey}) → Future< PageBeanIssueFieldOption> - Returns a paginated list of options for a select list issue field that can be viewed by the user.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
replaceIssueFieldOption(
{int? replaceWith, String? jql, bool? overrideScreenSecurity, bool? overrideEditableFlag, required String fieldKey, required int optionId}) → Future< TaskProgressBeanRemoveOptionFromIssuesResult> - Deselects an issue-field select-list option from all issues where it is selected. A different option can be selected to replace the deselected option. The update can also be limited to a smaller set of issues by using a JQL query.
-
toString(
) → String -
A string representation of this object.
inherited
-
updateIssueFieldOption(
{required String fieldKey, required int optionId, required IssueFieldOption body}) → Future< IssueFieldOption> - Updates or creates an option for a select list issue field. This operation requires that the option ID is provided when creating an option, therefore, the option ID needs to be specified as a path and body parameter. The option ID provided in the path and body must be identical.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited