| java.lang.Object | |
| ↳ | com.atlassian.jira.issue.fields.rest.IssueFinderImpl |
Finds issues by id or key.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Finds an issue based on the passed-in id or key.
| |||||||||||
Finds an issue based on the passed-in id or key.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||
From interface
com.atlassian.jira.issue.fields.rest.IssueFinder
| |||||||||||||||
Finds an issue based on the passed-in id or key.
| issueRef | an IssueRefJsonBean that contains either an id or key |
|---|---|
| errorCollection | an ErrorCollection where any errors will be added |
Issue or null
Finds an issue based on the passed-in id or key.
| issueIdOrKey | a string that may be an an id or key |
|---|---|
| errorCollection | an ErrorCollection where any errors will be added |
Issue or null

