Uses of Class
com.atlassian.jira.bc.issue.IssueService.IssueResult
Packages that use IssueService.IssueResult
-
Uses of IssueService.IssueResult in com.atlassian.jira.bc.issue
Methods in com.atlassian.jira.bc.issue that return IssueService.IssueResultModifier and TypeMethodDescriptionDefaultIssueService.assign(ApplicationUser user, IssueService.AssignValidationResult assignResult) IssueService.assign(ApplicationUser user, IssueService.AssignValidationResult assignResult) This method will store the provided issue to the JIRA datastore and will transition it through workflow.DefaultIssueService.create(ApplicationUser user, IssueService.CreateValidationResult createValidationResult) DefaultIssueService.create(ApplicationUser user, IssueService.CreateValidationResult createValidationResult, String initialWorkflowActionName) IssueService.create(ApplicationUser user, IssueService.CreateValidationResult createValidationResult) This method will store the provided issue to the JIRA datastore.IssueService.create(ApplicationUser user, IssueService.CreateValidationResult createValidationResult, String initialWorkflowActionName) This method will store the provided issue to the JIRA datastore.DefaultIssueService.getIssue(ApplicationUser user, Long issueId) DefaultIssueService.getIssue(ApplicationUser user, String issueKey) IssueService.getIssue(ApplicationUser user, Long issueId) This method will retrieve the issue with the provided issue id if the current user has permission to view the issue.IssueService.getIssue(ApplicationUser user, String issueKey) This method will retrieve the issue with the provided issue id if the current user has permission to view the issue.DefaultIssueService.transition(ApplicationUser user, IssueService.TransitionValidationResult transitionResult) IssueService.transition(ApplicationUser user, IssueService.TransitionValidationResult transitionResult) This method will store the provided issue to the JIRA datastore and will transition it through workflow.DefaultIssueService.update(ApplicationUser user, IssueService.UpdateValidationResult issueValidationResult) DefaultIssueService.update(ApplicationUser user, IssueService.UpdateValidationResult issueValidationResult, EventDispatchOption eventDispatchOption, boolean sendMail) IssueService.update(ApplicationUser user, IssueService.UpdateValidationResult updateValidationResult) This method will store the provided issue to the JIRA datastore.IssueService.update(ApplicationUser user, IssueService.UpdateValidationResult updateValidationResult, EventDispatchOption eventDispatchOption, boolean sendMail) This method will store the provided issue to the JIRA datastore.