Interface CustomerRequest
@PublicApi
public interface CustomerRequest
A customer request in a service project
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Status of a customer request -
Method Summary
Modifier and TypeMethodDescriptionCurrent status of the customer requestcom.atlassian.jira.issue.Issue
getIssue()
The backingIssue
of this requestint
ID of theRequestType
of this requestint
ID of the parentServiceDesk
of this request
-
Method Details
-
getIssue
@Nonnull com.atlassian.jira.issue.Issue getIssue()The backingIssue
of this request -
getServiceDeskId
int getServiceDeskId()ID of the parentServiceDesk
of this request -
getRequestTypeId
int getRequestTypeId()ID of theRequestType
of this request -
currentStatus
Current status of the customer request
-