Interface IssueFinderV2

All Known Implementing Classes:
IssueFinderV2Impl

public interface IssueFinderV2
Finds an issue based on its 'id' or 'key'. For the key, it will follow moved issues, and try to match the key in a case-insensitive way
Since:
v8.21
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Search result for any other case than found issue
  • Method Summary

    Modifier and Type
    Method
    Description
    io.atlassian.fugue.Either<IssueFinderV2.SearchResult,Issue>
    findIssue(String idOrKey)
    Finds an issue based on the passed-in id or key.