ALM Open Test Architecture API Type Library Version 12.55
Status Property
Description
The defect status.
Property type
Read-write property
Syntax
Visual Basic
Public Property Status As String
Remarks

Most sites have statuses New, Open, Rejected, Fixed, Reopen, and Closed.

To get the full list of statuses on your site look at the Bug Status list. See 'Customizing Project Lists' in the ALM Administrator Guide.

Example
mybug.Status = "Fixed"
mybug.Post
See Also

IBug2 Interface  | IBug2 Members