public interface IssueUpdater
| Modifier and Type | Method and Description |
|---|---|
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.
|
void doUpdate(IssueUpdateBean issueUpdateBean, boolean generateChangeItems)
issueUpdateBean - the description of the change.generateChangeItems - if true, a changelog group is created.Copyright © 2002-2018 Atlassian. All Rights Reserved.