Uses of Class
com.atlassian.jira.config.IssueTypeService.CreateValidationResult
Packages that use IssueTypeService.CreateValidationResult
-
Uses of IssueTypeService.CreateValidationResult in com.atlassian.jira.config
Methods in com.atlassian.jira.config that return IssueTypeService.CreateValidationResultModifier and TypeMethodDescriptionIssueTypeService.CreateValidationResult.error
(ErrorCollection errorCollection) IssueTypeService.CreateValidationResult.ok
(IssueTypeService.IssueTypeCreateInput issueTypeCreateInput) DefaultIssueTypeService.validateCreateIssueType
(ApplicationUser user, IssueTypeService.IssueTypeCreateInput issueTypeCreateInput) IssueTypeService.validateCreateIssueType
(ApplicationUser user, IssueTypeService.IssueTypeCreateInput issueTypeCreateInput) This method validates the parameters for creation of an issue type and execute permission checks.Methods in com.atlassian.jira.config with parameters of type IssueTypeService.CreateValidationResultModifier and TypeMethodDescriptionDefaultIssueTypeService.createIssueType
(ApplicationUser user, IssueTypeService.CreateValidationResult validationResult) IssueTypeService.createIssueType
(ApplicationUser user, IssueTypeService.CreateValidationResult validationResult) This method will store a new issue type in JIRA DB.