public interface

UpdateFieldsHelperBean

com.atlassian.jira.web.action.issue.UpdateFieldsHelperBean
Known Indirect Subclasses

This interface is deprecated.
Use IssueService or IssueManager instead. Since v5.0.

Class Overview

Bean to help with updating issues only for the fields in the action params. That is, no attempt is made to update fields that are not explicitly passed in the action params map. This way, you can use this bean to update a single, or a small number of fields without having to recreate the entire object.

Summary

Public Methods
List getFieldsForEdit(User user, Issue issueObject)
This method is deprecated. Use FieldScreenRendererFactory instead. Since v5.0.
boolean isFieldValidForEdit(User user, String fieldId, Issue issueObject)
This method is deprecated. Use FieldScreenRendererFactory instead. Since v5.0.

Public Methods

public List getFieldsForEdit (User user, Issue issueObject)

This method is deprecated.
Use FieldScreenRendererFactory instead. Since v5.0.

public boolean isFieldValidForEdit (User user, String fieldId, Issue issueObject)

This method is deprecated.
Use FieldScreenRendererFactory instead. Since v5.0.