@PublicApi public class CustomerRequestChannelSource extends Object
CustomerRequest
created.
Backing Issue
's then can be queried via JQL like request-channel-type = "api"
.
In addition to system built in channels, custom channel can be built using unique value.Modifier and Type | Field and Description |
---|---|
static CustomerRequestChannelSource |
API
Source channel from which
CustomerRequest s are created by JIRA Service Desk's REST API or Java API |
static CustomerRequestChannelSource |
EMAIL
Source channel from which
CustomerRequest s are created by JIRA Service Desk's email to create function |
static CustomerRequestChannelSource |
JIRA
Source channel from which
Issue 's are created via JIRA |
static CustomerRequestChannelSource |
PORTAL
Source channel from which
CustomerRequest s are created on JIRA Service Desk's Customer Portal |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
String |
value()
The unique value of the source channel
|
static CustomerRequestChannelSource |
withValue(String value)
Construct a custom source channel using your unique value.
|
public static CustomerRequestChannelSource PORTAL
CustomerRequest
s are created on JIRA Service Desk's Customer Portalpublic static CustomerRequestChannelSource EMAIL
CustomerRequest
s are created by JIRA Service Desk's email to create functionpublic static CustomerRequestChannelSource API
CustomerRequest
s are created by JIRA Service Desk's REST API or Java APIpublic static CustomerRequestChannelSource JIRA
Issue
's are created via JIRApublic static CustomerRequestChannelSource withValue(String value)
sd.customer.request.channel.source.name.{value}
.
Otherwise, render of the channel name will default to its value
To supply a tooltip text on your channel, provide a unique i18n properties resource, by the convention sd.customer.request.channel.source.tooltip.{value}
.
Otherwise, render of the tooltip will default to empty.value
- unique value of the custom source channelpublic String value()
Copyright © 2020 Atlassian. All rights reserved.