java.lang.Object | |
↳ | com.atlassian.jira.issue.fields.rest.CommentRestFieldOperationsHandler |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a list of operation names which are supported by this field.
| |||||||||||
This method has to set the field value(s) in the
IssueInputParameters based on the operations. |
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||
![]()
|
Returns a list of operation names which are supported by this field.
This method has to set the field value(s) in the IssueInputParameters
based on the operations.
The issue service will validate the new field values in the IssueInputParameters, thus all permission checks are done by the issue service.
issueCtx | the Issue Context , i.e. Project IssueType |
---|---|
issue | the issue (may be null when creating an issue) |
fieldId | The Id of the field being processed. |
inputParameters | the inputparameters containing all updatd field values. |
operations | the operations to perform for this field. Has to be one of the supported operations. |