Class IssueService.UpdateValidationResult

All Implemented Interfaces:
ServiceResult, Serializable
Enclosing interface:
IssueService

public static class IssueService.UpdateValidationResult extends IssueService.IssueValidationResult
A simple object that holds the information about validating an update issue operation. This object should not be constructed directly, you should invoke the IssueService.validateUpdate(ApplicationUser, Long, IssueInputParameters) method to obtain this.
See Also:
  • Constructor Details

  • Method Details

    • getFieldValuesHolder

      public Map<String,Object> getFieldValuesHolder()
      Returns:
      can be used by the JIRA fields to re-render the inputted values.
    • getHistoryMetadata

      @Nullable public HistoryMetadata getHistoryMetadata()
      Returns:
      the history metadata associated with the update
      Since:
      JIRA 6.3
    • getProperties

      public Map<String,String> getProperties()
      Returns:
      issue properties to be set