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
FieldsModifier and TypeFieldDescriptionstatic CustomerRequestChannelSourceSource channel from whichCustomerRequests are created on JIRA Service Management's Customer Portal by anonymous userstatic CustomerRequestChannelSourceSource channel from whichCustomerRequests are created by Jira Service Management's REST API or Java APIstatic CustomerRequestChannelSourceSource channel from whichCustomerRequests are created by Jira Service Management's email to create functionstatic CustomerRequestChannelSourceSource channel from whichIssue's are created via JIRAstatic CustomerRequestChannelSourceSource channel from whichCustomerRequests are created on a service project's customer portal -
Method Summary
-
Field Details
-
PORTAL
Source channel from whichCustomerRequests are created on a service project's customer portal -
EMAIL
Source channel from whichCustomerRequests are created by Jira Service Management's email to create function -
API
Source channel from whichCustomerRequests 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 whichCustomerRequests 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 itsvalueTo 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
-