@PublicApi
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<List<Integer>> |
groupIds()
Optional list of group ids for this
RequestType |
Optional<String> |
helpText()
Optional help text of this
RequestType . |
Optional<Long> |
iconId()
Optional iconId for 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
.Optional<Long> iconId()
RequestType
If Optional.empty()
then will default to ... some icon
Optional<List<Integer>> groupIds()
RequestType
If Optional.empty()
then will default to the "default" group
RequestTypeGroup
Copyright © 2023 Atlassian. All rights reserved.