NewIssue

Create an empty Helix ALM issue.

After the issue object is created, you can use the following statements to set, get, or remove issue field values, add file attachments to the issue, and add the issue to the configured Helix ALM project: AddFileAttachment, AddToHelixALM, GetFieldValue, RemoveField, and SetFieldValue.

Note: This statement cannot be used in load test scripts.

Syntax

NewIssue()

Return value

Value Description
Value Empty Helix ALM issue.

Example

issue = NewIssue()