| Package | Description |
|---|---|
| com.microfocus.silkcentral.webservices.issuemanager |
This package contains interfaces to access Issue Manager (IssueManagerService, previously RadarServiceIF).
|
| Modifier and Type | Method and Description |
|---|---|
IssueInformation |
IssueManagerService.getIssueInfo(java.lang.String sessionId,
int projectId,
int issueNumber,
int depth)
Returns an information object for the issue with the provided issue number in the provided project.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IssueManagerService.createIssue(java.lang.String sessionId,
int projectId,
IssueInformation issue)
Creates a new issue in the given project and returns the newly created ID.
|
Copyright © Micro Focus 2004-2019. All rights reserved.