@PublicApi public final class UpdateIssueRequest extends Object
IssueManager.updateIssue(com.atlassian.jira.user.ApplicationUser, MutableIssue, UpdateIssueRequest)
}
specifying details for the issue updateModifier and Type | Class and Description |
---|---|
static class |
UpdateIssueRequest.UpdateIssueRequestBuilder |
Modifier and Type | Method and Description |
---|---|
static UpdateIssueRequest.UpdateIssueRequestBuilder |
builder()
Provides a builder to create the UpdateIssueRequest object.
|
boolean |
equals(Object obj)
This method is implemented for usage in Unit Tests.
|
EventDispatchOption |
getEventDispatchOption()
Defines an event dispatching strategy for the update
|
HistoryMetadata |
getHistoryMetadata()
Additional metadata to be persisted in history with the update operation, null if none
|
Map<String,org.codehaus.jackson.JsonNode> |
getProperties() |
int |
hashCode()
This method is implemented for usage in Unit Tests.
|
boolean |
isSendMail()
If true mail notifications will be sent, otherwise mail notifications will be suppressed.
|
public EventDispatchOption getEventDispatchOption()
EventDispatchOption
public boolean isSendMail()
@Nullable public HistoryMetadata getHistoryMetadata()
HistoryMetadata
public Map<String,org.codehaus.jackson.JsonNode> getProperties()
public static UpdateIssueRequest.UpdateIssueRequestBuilder builder()
public int hashCode()
Copyright © 2002-2023 Atlassian. All Rights Reserved.