Interface ComplexEditableFieldEntryFactory
- All Superinterfaces:
FieldEntryFactory
- All Known Implementing Classes:
NumberCustomFieldEntryFactory
,OriginalEstimateFieldEntryFactory
,RemainingEstimateFieldEntryFactory
A field which can be edited, but in contrast to
SimpleEditableFieldEntryFactory
, this field cannot just be updated using
IssueUpdateService
.- Author:
- mtokar
-
Method Summary
Modifier and TypeMethodDescriptionupdateField
(com.atlassian.jira.user.ApplicationUser user, com.atlassian.jira.issue.Issue issue, String newValue) Field will update the issue itself to the new value.Methods inherited from interface com.atlassian.greenhopper.web.rapid.issue.fields.FieldEntryFactory
createEditEntry, createViewEntry, getId, isFieldValid
-
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 updateissue
- the issue to be updatednewValue
- the new value- Returns:
- the outcome - may contain errors
-