Interface ComplexEditableFieldEntryFactory

All Superinterfaces:
FieldEntryFactory
All Known Implementing Classes:
NumberCustomFieldEntryFactory, OriginalEstimateFieldEntryFactory, RemainingEstimateFieldEntryFactory

public interface ComplexEditableFieldEntryFactory extends FieldEntryFactory
A field which can be edited, but in contrast to SimpleEditableFieldEntryFactory, this field cannot just be updated using IssueUpdateService.
Author:
mtokar
  • Method Details

    • updateField

      @Nonnull ServiceResult updateField(com.atlassian.jira.user.ApplicationUser user, com.atlassian.jira.issue.Issue issue, String newValue)
      Field will update the issue itself to the new value.
      Parameters:
      user - the user performing the update
      issue - the issue to be updated
      newValue - the new value
      Returns:
      the outcome - may contain errors