|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Issue | |
|---|---|
| com.atlassian.jira.rest.client | |
| Uses of Issue in com.atlassian.jira.rest.client |
|---|
| Methods in com.atlassian.jira.rest.client that return types with arguments of type Issue | |
|---|---|
com.atlassian.util.concurrent.Promise<Issue> |
IssueRestClient.getIssue(java.lang.String issueKey)
Retrieves issue with selected issue key. |
com.atlassian.util.concurrent.Promise<Issue> |
IssueRestClient.getIssue(java.lang.String issueKey,
java.lang.Iterable<IssueRestClient.Expandos> expand)
Retrieves issue with selected issue key, with specified additional expandos. |
| Methods in com.atlassian.jira.rest.client with parameters of type Issue | |
|---|---|
com.atlassian.util.concurrent.Promise<java.lang.Iterable<Transition>> |
IssueRestClient.getTransitions(Issue issue)
Retrieves complete information (if the caller has permission) about transitions available for the selected issue in its current state. |
com.atlassian.util.concurrent.Promise<java.lang.Void> |
IssueRestClient.transition(Issue issue,
TransitionInput transitionInput)
Performs selected transition on selected issue. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||