| Package | Description |
|---|---|
| com.atlassian.servicedesk.api.request |
| Modifier and Type | Field and Description |
|---|---|
static CustomerRequestChannelSource |
CustomerRequestChannelSource.API
Source channel from which
CustomerRequests are created by JIRA Service Desk's REST API or Java API |
static CustomerRequestChannelSource |
CustomerRequestChannelSource.EMAIL
Source channel from which
CustomerRequests are created by JIRA Service Desk'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
CustomerRequests are created on JIRA Service Desk'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 © 2021 Atlassian. All rights reserved.