java.lang.Object | |
↳ | com.atlassian.jira.issue.customfields.manager.OptionsService.SetOptionParams |
@Internal
or @PublicApi
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The
CustomField to perform the operation on. | |||||||||||
The FieldConfig to change.
| |||||||||||
The options to set.
| |||||||||||
The options to set.
| |||||||||||
The user performing the operation.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object |
The CustomField
to perform the operation on. The IssueContext
indicates which context
the perform the change on.
The FieldConfig to change.
The options to set.
options | the options to set. |
---|
The options to set.
options | the options to set. |
---|
The user performing the operation.
user | the user performing the operation. |
---|