Package | Description |
---|---|
com.atlassian.jira.bc.issue |
Modifier and Type | Method and Description |
---|---|
IssueService.IssueResult |
DefaultIssueService.assign(ApplicationUser user,
IssueService.AssignValidationResult assignResult) |
IssueService.IssueResult |
IssueService.assign(ApplicationUser user,
IssueService.AssignValidationResult assignResult)
This method will store the provided issue to the JIRA datastore and will transition it through workflow.
|
IssueService.IssueResult |
DefaultIssueService.create(ApplicationUser user,
IssueService.CreateValidationResult createValidationResult) |
IssueService.IssueResult |
IssueService.create(ApplicationUser user,
IssueService.CreateValidationResult createValidationResult)
This method will store the provided issue to the JIRA datastore.
|
IssueService.IssueResult |
DefaultIssueService.create(ApplicationUser user,
IssueService.CreateValidationResult createValidationResult,
String initialWorkflowActionName) |
IssueService.IssueResult |
IssueService.create(ApplicationUser user,
IssueService.CreateValidationResult createValidationResult,
String initialWorkflowActionName)
This method will store the provided issue to the JIRA datastore.
|
IssueService.IssueResult |
DefaultIssueService.getIssue(ApplicationUser user,
Long issueId) |
IssueService.IssueResult |
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.IssueResult |
DefaultIssueService.getIssue(ApplicationUser user,
String issueKey) |
IssueService.IssueResult |
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.
|
IssueService.IssueResult |
DefaultIssueService.transition(ApplicationUser user,
IssueService.TransitionValidationResult transitionResult) |
IssueService.IssueResult |
IssueService.transition(ApplicationUser user,
IssueService.TransitionValidationResult transitionResult)
This method will store the provided issue to the JIRA datastore and will transition it through workflow.
|
IssueService.IssueResult |
DefaultIssueService.update(ApplicationUser user,
IssueService.UpdateValidationResult issueValidationResult) |
IssueService.IssueResult |
IssueService.update(ApplicationUser user,
IssueService.UpdateValidationResult updateValidationResult)
This method will store the provided issue to the JIRA datastore.
|
IssueService.IssueResult |
DefaultIssueService.update(ApplicationUser user,
IssueService.UpdateValidationResult issueValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
IssueService.IssueResult |
IssueService.update(ApplicationUser user,
IssueService.UpdateValidationResult updateValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will store the provided issue to the JIRA datastore.
|
Copyright © 2002-2023 Atlassian. All Rights Reserved.