Uses of Interface
com.atlassian.servicedesk.api.ServiceDesk
Package
Description
com.atlassian.servicedesk:jira-servicedesk-api
-
Uses of ServiceDesk in com.atlassian.servicedesk.api
Modifier and TypeMethodDescriptionServiceDeskManager.getServiceDeskById
(int serviceDeskId) Retrieve aServiceDesk
by its IDServiceDeskService.getServiceDeskById
(com.atlassian.jira.user.ApplicationUser user, int serviceDeskId) Retrieve aServiceDesk
by its IDServiceDeskManager.getServiceDeskForPortal
(Portal portal) Returns theServiceDesk
associated with the givenPortal
ServiceDeskService.getServiceDeskForPortal
(com.atlassian.jira.user.ApplicationUser user, Portal portal) Returns theServiceDesk
associated with the givenPortal
ServiceDeskManager.getServiceDeskForProject
(com.atlassian.jira.project.Project project) Returns theServiceDesk
associated with the givenProject
ServiceDeskService.getServiceDeskForProject
(com.atlassian.jira.user.ApplicationUser user, com.atlassian.jira.project.Project project) Returns theServiceDesk
associated with the givenProject
Modifier and TypeMethodDescriptionServiceDeskService.getServiceDesks
(com.atlassian.jira.user.ApplicationUser user, boolean includeArchived, PagedRequest pagedRequest) Returns a list of service projects a user can view, with an option to include archived service projects.default PagedResponse<ServiceDesk>
ServiceDeskService.getServiceDesks
(com.atlassian.jira.user.ApplicationUser user, PagedRequest pagedRequest) Returns a list of service projects a user can view. -
Uses of ServiceDesk in com.atlassian.servicedesk.api.customer
Modifier and TypeMethodDescriptionCustomerService.addCustomersToServiceDesk
(com.atlassian.jira.user.ApplicationUser user, ServiceDesk serviceDesk, Set<String> usernameOrEmails) Adds existing Jira Service Management customers to a service project. -
Uses of ServiceDesk in com.atlassian.servicedesk.api.field
Modifier and TypeMethodDescriptionRequestTypeField.serviceDesk()
TheServiceDesk
that the Request Type belongs to -
Uses of ServiceDesk in com.atlassian.servicedesk.api.permission
Modifier and TypeMethodDescriptionboolean
ServiceDeskPermissionService.isAdminAgent
(com.atlassian.jira.user.ApplicationUser user, ServiceDesk serviceDesk) Checks whether the user is an agent with project admin permission.boolean
ServiceDeskPermissionService.isAgent
(com.atlassian.jira.user.ApplicationUser user, ServiceDesk serviceDesk) Checks whether the user is an agent for the given service project. -
Uses of ServiceDesk in com.atlassian.servicedesk.api.portal
Modifier and TypeMethodDescriptionPortalManager.getPortalForServiceDesk
(ServiceDesk serviceDesk) Returns thePortal
associated with the givenServiceDesk
.PortalService.getPortalForServiceDesk
(com.atlassian.jira.user.ApplicationUser user, ServiceDesk serviceDesk) Returns thePortal
associated with the givenServiceDesk
. -
Uses of ServiceDesk in com.atlassian.servicedesk.api.request
Modifier and TypeMethodDescriptionCustomerRequestCreateParameters.serviceDesk()
TheServiceDesk
of the request to be createdCustomerRequestUpdateParameters.serviceDesk()
TheServiceDesk
whichCustomerRequest
belongs toModifier and TypeMethodDescriptionCustomerRequestCreateParameters.Builder.serviceDesk
(ServiceDesk serviceDesk) Set the service projectCustomerRequestUpdateParameters.Builder.serviceDesk
(ServiceDesk serviceDesk) -
Uses of ServiceDesk in com.atlassian.servicedesk.api.requesttype
Modifier and TypeMethodDescriptionRequestTypeCreateParameters.serviceDesk()
TheServiceDesk
thisRequestType
belongs to.Modifier and TypeMethodDescriptionRequestTypeCreateParameters.Builder.serviceDesk
(ServiceDesk serviceDesk) -
Uses of ServiceDesk in com.atlassian.servicedesk.api.sla.metrics
Modifier and TypeMethodDescriptionTimeMetricService.getTimeMetric
(com.atlassian.jira.user.ApplicationUser user, ServiceDesk serviceDesk, int metricId) Returns a time metric within a service project given its idTimeMetricService.getTimeMetrics
(com.atlassian.jira.user.ApplicationUser user, ServiceDesk serviceDesk) Returns all the time metrics defined for a service project