Class UpdateIssueRequest

java.lang.Object
com.atlassian.jira.issue.UpdateIssueRequest

@PublicApi public final class UpdateIssueRequest extends Object
Since:
JIRA 6.3
  • Method Details

    • getEventDispatchOption

      public EventDispatchOption getEventDispatchOption()
      Defines an event dispatching strategy for the update
      See Also:
    • isSendMail

      public boolean isSendMail()
      If true mail notifications will be sent, otherwise mail notifications will be suppressed.
    • getHistoryMetadata

      @Nullable public HistoryMetadata getHistoryMetadata()
      Additional metadata to be persisted in history with the update operation, null if none
      See Also:
    • getProperties

      public Map<String,String> getProperties()
      Returns:
      issue properties to set in this update
    • builder

      Provides a builder to create the UpdateIssueRequest object.
    • hashCode

      public int hashCode()
      This method is implemented for usage in Unit Tests.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      This method is implemented for usage in Unit Tests.
      Overrides:
      equals in class Object