@PublicApi
public interface IssueTypeTemplate
Modifier and Type | Method and Description |
---|---|
Optional<String> |
avatar()
Returns the file name of the avatar that should be used for this issue type.
|
String |
description()
Returns the description of the issue type.
|
String |
iconPath()
Returns the icon path of the issue type.
|
URL |
iconUrl()
Returns the icon url of the issue type.
|
boolean |
isSubtask()
Indicates whether this is a sub-task.
|
String |
key()
Returns the template key of the issue type.
|
String |
name()
Returns the name of the issue type.
|
Optional<String> |
screenScheme()
Returns the name of the screen scheme.
|
String |
style()
Returns the Issue Type Style.
|
Optional<String> |
workflow()
Returns the key of the associated workflow.
|
String key()
String name()
String description()
String iconPath()
URL iconUrl()
Optional<String> workflow()
String style()
boolean isSubtask()
Optional<String> screenScheme()
Copyright © 2002-2022 Atlassian. All Rights Reserved.