@PublicApi
public interface CustomerRequest
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CustomerRequest.CustomerRequestStatus
Status of a customer request
|
| Modifier and Type | Method and Description |
|---|---|
CustomerRequest.CustomerRequestStatus |
currentStatus()
Current status of the customer request
|
com.atlassian.jira.issue.Issue |
getIssue()
The backing
Issue of this request |
int |
getRequestTypeId()
ID of the
RequestType of this request |
int |
getServiceDeskId()
ID of the parent
ServiceDesk of this request |
@Nonnull com.atlassian.jira.issue.Issue getIssue()
Issue of this requestint getServiceDeskId()
ServiceDesk of this requestint getRequestTypeId()
RequestType of this request@Nonnull CustomerRequest.CustomerRequestStatus currentStatus()
Copyright © 2018 Atlassian. All rights reserved.