Class IssueService.CreateValidationResult

All Implemented Interfaces:
ServiceResult, Serializable
Enclosing interface:
IssueService

public static class IssueService.CreateValidationResult extends IssueService.IssueValidationResult
A simple object that holds the information about validating a create issue operation. This object should not be constructed directly, you should invoke the IssueService.validateCreate(ApplicationUser, 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.
    • getProperties

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