com.atlassian.jira.issue.util
Interface IssueUpdater

All Known Implementing Classes:
DefaultIssueUpdater

public interface IssueUpdater


Method Summary
 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.
 

Method Detail

doUpdate

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.


Copyright © 2002-2013 Atlassian. All Rights Reserved.