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,
boolean updateDate)
Stores any changes to the issue optionally including a changelog or updating an updateDate.
|
void doUpdate(IssueUpdateBean issueUpdateBean, boolean generateChangeItems, boolean updateDate)
issueUpdateBean
- the description of the change.generateChangeItems
- if true, a changelog group is created.updateDate
- if true, an updateDate is updated.void doUpdate(IssueUpdateBean issueUpdateBean, boolean generateChangeItems)
issueUpdateBean
- the description of the change.generateChangeItems
- if true, a changelog group is created.Copyright © 2002-2019 Atlassian. All Rights Reserved.