Class Overview
A simple object that holds the information about validating an update issue operation. This object should not be
constructed directly, you should invoke the com.atlassian.jira.bc.issue.IssueService#validateUpdate(User,
Long, com.atlassian.jira.issue.IssueInputParameters) method to obtain this.
Public Constructors
@Internal
public
AssignValidationResult
(MutableIssue issue, ErrorCollection errors, String assigneeId)
This constructor is an internal implementation detail and will change without notice.
Clients that depend on
@Internal
classes and interfaces can not expect to be compatible with any version
other than the version they were compiled against (even minor version and milestone releases may break binary
compatibility with respect to
@Internal
elements).
Public Methods
public
String
getAssigneeId
()