@ExperimentalApi
public interface RequestTypeCreateParameters
RequestType
for a specific ServiceDesk
.
RequestType
with custom icon, groupings, ordering, status mappings, and field mappings yet :)Modifier and Type | Interface and Description |
---|---|
static interface |
RequestTypeCreateParameters.Builder
Builder to instantiate
RequestTypeCreateParameters . |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
description()
Optional description of this
RequestType . |
Optional<String> |
helpText()
Optional help text of this
RequestType . |
com.atlassian.jira.issue.issuetype.IssueType |
issueType()
The underlying
IssueType of this RequestType . |
String |
name()
Name of this
RequestType . |
ServiceDesk |
serviceDesk()
The
ServiceDesk this RequestType belongs to. |
ServiceDesk serviceDesk()
ServiceDesk
this RequestType
belongs to.com.atlassian.jira.issue.issuetype.IssueType issueType()
IssueType
of this RequestType
. The IssueType
must be already associated with
the Project
underlying the ServiceDesk
returned by serviceDesk()
.
RequestType
is linked to a single IssueType
, but an IssueType
can be linked to multiple RequestType
String name()
RequestType
.Optional<String> description()
RequestType
.Optional<String> helpText()
RequestType
.Copyright © 2017 Atlassian. All rights reserved.