Interface SimpleEditableFieldEntryFactory
- All Superinterfaces:
FieldEntryFactory
- All Known Implementing Classes:
DescriptionFieldEntryFactory
,EpicStatusFieldEntryFactory
,NumberCustomFieldEntryFactory
,SummaryFieldEntryFactory
,TextCustomFieldEntryFactory
A
FieldEntryFactory
which can be edited simply using JIRA's IssueService
(but we
actually use IssueUpdateService
under the covers.- Author:
- mtokar
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addIssueInputParameters
(com.atlassian.jira.issue.IssueInputParametersImpl issueInputParameters, String newValue) Modify the parameters accordingly to register this field's update.Methods inherited from interface com.atlassian.greenhopper.web.rapid.issue.fields.FieldEntryFactory
createEditEntry, createViewEntry, getId, isFieldValid
-
Method Details
-
addIssueInputParameters
void addIssueInputParameters(com.atlassian.jira.issue.IssueInputParametersImpl issueInputParameters, String newValue) Modify the parameters accordingly to register this field's update.- Parameters:
issueInputParameters
- the parameters to modifynewValue
- the new value
-