public class

IssueFinder

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v2.issue.IssueFinder

Class Overview

A simple service that encapsulates the logic if finding an Issue by id-or-key. This implementation will attempt to find issues even if the case of the key is wrong, or if the issue is moved.

Summary

Public Constructors
IssueFinder(IssueFinder finder)
Public Methods
MutableIssue getIssueObject(String issueIdOrKey)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public IssueFinder (IssueFinder finder)

Public Methods

public MutableIssue getIssueObject (String issueIdOrKey)

Throws
NotFoundWebException if not found
RESTException on permission problems etc