public interface

IssueUpdater

com.atlassian.jira.issue.util.IssueUpdater
Known Indirect Subclasses

Summary

Public Methods
void doUpdate(IssueUpdateBean issueUpdateBean, boolean generateChangeItems)
Stores any changes to the issue optionally including a changelog and conditionally dispatches an IssueUpdate event if the changes were real and made to significant fields.

Public Methods

public void doUpdate (IssueUpdateBean issueUpdateBean, boolean generateChangeItems)

Stores any changes to the issue optionally including a changelog and conditionally dispatches an IssueUpdate event if the changes were real and made to significant fields.

Parameters
issueUpdateBean the description of the change.
generateChangeItems if true, a changelog group is created.