public interface IssueFinderV2
| Modifier and Type | Interface and Description |
|---|---|
static class |
IssueFinderV2.SearchResult
Search result for any other case than found issue
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Either<IssueFinderV2.SearchResult,Issue> |
findIssue(String idOrKey)
Finds an issue based on the passed-in id or key.
|
@Nonnull com.atlassian.fugue.Either<IssueFinderV2.SearchResult,Issue> findIssue(@Nullable String idOrKey)
idOrKey - a string that may be an id or a keyIssue or IssueFinderV2.SearchResultCopyright © 2002-2023 Atlassian. All Rights Reserved.