Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 601 Bytes

IssueTypeCreateBean.md

File metadata and controls

15 lines (13 loc) · 601 Bytes

IssueTypeCreateBean

Properties

Name Type Description Notes
name String The unique name for the issue type. The maximum length is 60 characters.
description String The description of the issue type. [optional]
type TypeEnum Whether the issue type is `subtype` or `standard`. Defaults to `standard`. [optional]

Enum: TypeEnum

Name Value
SUBTASK "subtask"
STANDARD "standard"