@PublicApi
public interface IssueTypeSchemeTemplate
ConfigTemplate
.Modifier and Type | Method and Description |
---|---|
Optional<String> |
defaultIssueType()
Returns the key of the default issue type.
|
String |
description()
Returns the description of the Issue Type Scheme
|
List<IssueTypeTemplate> |
issueTypeTemplates()
Returns the list of issue type templates.
|
String |
name()
Returns the name of the Issue Type Scheme.
|
String name()
String description()
Optional<String> defaultIssueType()
List<IssueTypeTemplate> issueTypeTemplates()
Copyright © 2002-2022 Atlassian. All Rights Reserved.