Package | Description |
---|---|
com.atlassian.servicedesk.api.request |
Modifier and Type | Field and Description |
---|---|
static CustomerRequestChannelSource |
CustomerRequestChannelSource.ANONYMOUS_PORTAL
Source channel from which
CustomerRequest s are created on JIRA Service Management's Customer Portal by anonymous user |
static CustomerRequestChannelSource |
CustomerRequestChannelSource.API
Source channel from which
CustomerRequest s are created by Jira Service Management's REST API or Java API |
static CustomerRequestChannelSource |
CustomerRequestChannelSource.EMAIL
Source channel from which
CustomerRequest s are created by Jira Service Management's email to create function |
static CustomerRequestChannelSource |
CustomerRequestChannelSource.JIRA
Source channel from which
Issue 's are created via JIRA |
static CustomerRequestChannelSource |
CustomerRequestChannelSource.PORTAL
Source channel from which
CustomerRequest s are created on a service project's customer portal |
Modifier and Type | Method and Description |
---|---|
CustomerRequestChannelSource |
CustomerRequestCreateParameters.customerRequestChannelSource()
The source channel from which the request is created
|
static CustomerRequestChannelSource |
CustomerRequestChannelSource.withValue(String value)
Construct a custom source channel using your unique value.
|
Modifier and Type | Method and Description |
---|---|
CustomerRequestCreateParameters.Builder |
CustomerRequestCreateParameters.Builder.customerRequestChannelSource(CustomerRequestChannelSource customerRequestChannelSource)
The request channel source from which the request is created
|
CustomerRequestChannelSourceI18nService.CustomerRequestChannelRenderedName |
CustomerRequestChannelSourceI18nService.getDisplayChannelSource(com.atlassian.jira.user.ApplicationUser user,
CustomerRequestChannelSource channelSource) |
Copyright © 2024 Atlassian. All rights reserved.