Fields
Field name | Comment | Object type |
---|---|---|
id | The id | String |
name | The name | String |
description | The description | String |
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"