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