|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JqlIssueSupport
Some helper IssueLookup functions for JIRA.
| Method Summary | |
|---|---|
Issue |
getIssue(long id)
Get the issue given its id. |
Issue |
getIssue(long id,
com.atlassian.crowd.embedded.api.User user)
Get the issue given its id if the passed user can see it. |
List<Issue> |
getIssues(String issueKey)
Get the issues with the passed key. |
List<Issue> |
getIssues(String issueKey,
com.atlassian.crowd.embedded.api.User user)
Get the issues with the passed key if the passed user can see it. |
| Method Detail |
|---|
Issue getIssue(long id,
com.atlassian.crowd.embedded.api.User user)
id - the id of the issue to retreieve. A null key is assumed not to exist within JIRA.user - the user who must have permission to see the issue.
Issue getIssue(long id)
id - the id of the issue to retrieve.
List<Issue> getIssues(String issueKey,
com.atlassian.crowd.embedded.api.User user)
issueKey - they key of the issue to retreieve. A null key is assumed not to exist within JIRA.user - the user who must have permission to see the issue.
for a version with no permission checkList<Issue> getIssues(String issueKey)
issueKey - they key of the issue to retreieve. A null key is assumed not to exist within JIRA.
for a version with permission checks
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||