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