Class CustomerRequestChannelSource
java.lang.Object
com.atlassian.servicedesk.api.request.CustomerRequestChannelSource
The source channel from which the
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.-
Field Summary
Modifier and TypeFieldDescriptionstatic CustomerRequestChannelSource
Source channel from whichCustomerRequest
s are created on JIRA Service Management's Customer Portal by anonymous userstatic CustomerRequestChannelSource
Source channel from whichCustomerRequest
s are created by Jira Service Management's REST API or Java APIstatic CustomerRequestChannelSource
Source channel from whichCustomerRequest
s are created by Jira Service Management's email to create functionstatic CustomerRequestChannelSource
Source channel from whichIssue
's are created via JIRAstatic CustomerRequestChannelSource
Source channel from whichCustomerRequest
s are created on a service project's customer portal -
Method Summary
-
Field Details
-
PORTAL
Source channel from whichCustomerRequest
s are created on a service project's customer portal -
EMAIL
Source channel from whichCustomerRequest
s are created by Jira Service Management's email to create function -
API
Source channel from whichCustomerRequest
s are created by Jira Service Management's REST API or Java API -
JIRA
Source channel from whichIssue
's are created via JIRA -
ANONYMOUS_PORTAL
Source channel from whichCustomerRequest
s are created on JIRA Service Management's Customer Portal by anonymous user
-
-
Method Details
-
withValue
Construct a custom source channel using your unique value. To supply a display name of your channel, provide a unique i18n properties resource, by the conventionsd.customer.request.channel.source.name.{value}
. Otherwise, render of the channel name will default to itsvalue
To supply a tooltip text on your channel, provide a unique i18n properties resource, by the conventionsd.customer.request.channel.source.tooltip.{value}
. Otherwise, render of the tooltip will default to empty.- Parameters:
value
- unique value of the custom source channel
-
value
The unique value of the source channel -
equals
-
hashCode
public int hashCode() -
toString
-