IssueType Structure

    Fields

    Field nameCommentObject type
    idThe idString
    nameThe nameString
    descriptionThe descriptionString


    Comments

    issue.typeName is a shortcut to set the issue type. for the instance

    issue.typeName = "Task" 

    is equivalent to

    issue.type = nodeHelper.getIssueType("Task"