com.atlassian.jira.issue.fields.rest
Interface IssueFinder
- All Known Implementing Classes:
- IssueFinderImpl
public interface IssueFinder
Finds an issue based on its 'id' or 'key'.
- Since:
- v5.0
findIssue
Issue findIssue(@Nonnull
IssueRefJsonBean issueRef,
@Nonnull
ErrorCollection errorCollection)
- Finds an issue based on the passed-in id or key.
- Parameters:
issueRef
- an IssueRefJsonBean that contains either an id or keyerrorCollection
- an ErrorCollection where any errors will be added
- Returns:
- an Issue or null
Copyright © 2002-2012 Atlassian. All Rights Reserved.