com.atlassian.jira.rest.v2.issue
Class IssueFinder

java.lang.Object
  extended by com.atlassian.jira.rest.v2.issue.IssueFinder

public class IssueFinder
extends Object

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.

Since:
v5.0

Constructor Summary
IssueFinder(IssueFinder finder)
           
 
Method Summary
 MutableIssue getIssueObject(String issueIdOrKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueFinder

public IssueFinder(IssueFinder finder)
Method Detail

getIssueObject

public MutableIssue getIssueObject(String issueIdOrKey)
                            throws NotFoundWebException
Throws:
NotFoundWebException - if not found
RESTException - on permission problems etc


Copyright © 2002-2013 Atlassian. All Rights Reserved.