|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IssueService.AssignValidationResult | |
---|---|
com.atlassian.jira.bc.issue |
Uses of IssueService.AssignValidationResult in com.atlassian.jira.bc.issue |
---|
Methods in com.atlassian.jira.bc.issue that return IssueService.AssignValidationResult | |
---|---|
IssueService.AssignValidationResult |
IssueService.validateAssign(com.atlassian.crowd.embedded.api.User user,
Long issueId,
String assignee)
This method will check permissions to see if a user has the permission in relation to the provided issue, and that the assignee is assignable. |
Methods in com.atlassian.jira.bc.issue with parameters of type IssueService.AssignValidationResult | |
---|---|
IssueService.IssueResult |
IssueService.assign(com.atlassian.crowd.embedded.api.User user,
IssueService.AssignValidationResult assignResult)
This method will store the provided issue to the JIRA datastore and will transition it through workflow. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |