@ExperimentalApi
public interface JiraIssueManager
Modifier and Type | Method and Description |
---|---|
<T extends InternalLinkedJiraIssue> |
getJiraIssueDetails(Project bambooProject,
Iterable<T> linkedJiraIssues)
Get issue details from JIRA via XML Search.
|
JiraIssueDetails |
getJiraIssueDetails(Project bambooProject,
String issueKey)
Get issue details for a single issue.
|
@NotNull <T extends InternalLinkedJiraIssue> Iterable<T> getJiraIssueDetails(@Nullable Project bambooProject, @NotNull Iterable<T> linkedJiraIssues) throws CredentialsRequiredContextException, com.atlassian.sal.api.net.ResponseException
bambooProject
- Bamboo project for which the search is executedlinkedJiraIssues
- JIRA issues to be completed with data fetched from JIRAIterable
of InternalLinkedJiraIssue
objects representing JIRA issues.CredentialsRequiredContextException
- In case applicationLink requires authentication in order to establish connection with JIRACredentialsRequiredContextException
com.atlassian.sal.api.net.ResponseException
@NotNull JiraIssueDetails getJiraIssueDetails(@Nullable Project bambooProject, @NotNull String issueKey) throws CredentialsRequiredContextException, com.atlassian.sal.api.net.ResponseException
bambooProject
- Bamboo project for which the search is executedissueKey
- of the Issue to retrieveCredentialsRequiredContextException
- if oauth handshake requiredcom.atlassian.sal.api.net.ResponseException
CredentialsRequiredContextException
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.