Class IssueFinderV2Impl
java.lang.Object
com.atlassian.jira.issue.fields.rest.IssueFinderV2Impl
- All Implemented Interfaces:
IssueFinderV2
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.issue.fields.rest.IssueFinderV2
IssueFinderV2.SearchResult
-
Constructor Summary
ConstructorsConstructorDescriptionIssueFinderV2Impl
(JiraAuthenticationContext authContext, IssueManager issueManager, PermissionManager permissionManager, AccessDeniedAuditHandler accessDeniedAuditHandler) -
Method Summary
Modifier and TypeMethodDescriptionio.atlassian.fugue.Either<IssueFinderV2.SearchResult,
Issue> Finds an issue based on the passed-in id or key.
-
Constructor Details
-
IssueFinderV2Impl
public IssueFinderV2Impl(JiraAuthenticationContext authContext, IssueManager issueManager, PermissionManager permissionManager, AccessDeniedAuditHandler accessDeniedAuditHandler)
-
-
Method Details
-
findIssue
@Nonnull public io.atlassian.fugue.Either<IssueFinderV2.SearchResult,Issue> findIssue(@Nullable String issueIdOrKey) Description copied from interface:IssueFinderV2
Finds an issue based on the passed-in id or key.- Specified by:
findIssue
in interfaceIssueFinderV2
- Parameters:
issueIdOrKey
- a string that may be an id or a key- Returns:
- an
Issue
orIssueFinderV2.SearchResult
-