public class IssueFinderV2Impl extends Object implements IssueFinderV2
IssueFinderV2.SearchResult
Constructor and Description |
---|
IssueFinderV2Impl(JiraAuthenticationContext authContext,
IssueManager issueManager,
PermissionManager permissionManager,
AccessDeniedAuditHandler accessDeniedAuditHandler) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Either<IssueFinderV2.SearchResult,Issue> |
findIssue(String issueIdOrKey)
Finds an issue based on the passed-in id or key.
|
public IssueFinderV2Impl(JiraAuthenticationContext authContext, IssueManager issueManager, PermissionManager permissionManager, AccessDeniedAuditHandler accessDeniedAuditHandler)
@Nonnull public com.atlassian.fugue.Either<IssueFinderV2.SearchResult,Issue> findIssue(@Nullable String issueIdOrKey)
IssueFinderV2
findIssue
in interface IssueFinderV2
issueIdOrKey
- a string that may be an id or a keyIssue
or IssueFinderV2.SearchResult
Copyright © 2002-2024 Atlassian. All Rights Reserved.