@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 |
ANONYMOUS_PORTAL
Source channel from which
CustomerRequests are created on JIRA Service Management's Customer Portal by anonymous user |
static CustomerRequestChannelSource |
API
Source channel from which
CustomerRequests are created by Jira Service Management's REST API or Java API |
static CustomerRequestChannelSource |
EMAIL
Source channel from which
CustomerRequests are created by Jira Service Management'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
CustomerRequests are created on a service project'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
CustomerRequests are created on a service project's customer portalpublic static CustomerRequestChannelSource EMAIL
CustomerRequests are created by Jira Service Management's email to create functionpublic static CustomerRequestChannelSource API
CustomerRequests are created by Jira Service Management's REST API or Java APIpublic static CustomerRequestChannelSource JIRA
Issue's are created via JIRApublic static CustomerRequestChannelSource ANONYMOUS_PORTAL
CustomerRequests are created on JIRA Service Management's Customer Portal by anonymous userpublic 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 © 2025 Atlassian. All rights reserved.