Bug Object : Status Property |
Visual Basic |
---|
Public Property Status As String |
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.
mybug.Status = "Fixed"
mybug.Post