TaskType

sealed class TaskType

Types of tasks that can be created in the backlog

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Task for evaluating options or solutions (not in use)

Link copied to clipboard

Task for investigating issues or requirements

Link copied to clipboard
data class SdkUnknown(val value: String) : TaskType

Properties

Link copied to clipboard
abstract val value: String