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.
|
default void |
doUpdate(IssueUpdateBean issueUpdateBean,
boolean generateChangeItems,
boolean updateDate,
Map<String,ModifiedValue> modifiedValueMap)
Stores any changes to the issue optionally including a changelog or updating an updateDate.
|
default void |
doUpdate(IssueUpdateBean issueUpdateBean,
boolean generateChangeItems,
Map<String,ModifiedValue> modifiedValueMap)
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)
issueUpdateBean - the description of the change.generateChangeItems - if true, a changelog group is created.updateDate - if true, an updateDate is updated.default void doUpdate(IssueUpdateBean issueUpdateBean, boolean generateChangeItems, boolean updateDate, Map<String,ModifiedValue> modifiedValueMap)
issueUpdateBean - the description of the change.generateChangeItems - if true, a changelog group is created.updateDate - if true, an updateDate is updated.modifiedValueMap - map of field ids and ModifiedValues in this updatevoid doUpdate(IssueUpdateBean issueUpdateBean, boolean generateChangeItems)
issueUpdateBean - the description of the change.generateChangeItems - if true, a changelog group is created.default void doUpdate(IssueUpdateBean issueUpdateBean, boolean generateChangeItems, Map<String,ModifiedValue> modifiedValueMap)
issueUpdateBean - the description of the change.generateChangeItems - if true, a changelog group is created.modifiedValueMap - map of field ids and ModifiedValues in this updateCopyright © 2002-2021 Atlassian. All Rights Reserved.