Definition at line 161 of file IProxy.cs.
Public Attributes | |
string | product |
Name of product to create bug against. | |
string | component |
Name of component to create bug against. | |
string | summary |
Summary of bug. | |
string | version |
Version of product above, the version the bug was found in. | |
string | description |
The initial description for this bug. Some Bugzilla installations require this to not be blank. | |
string | operatingSystem |
The operating system the bug was discovered on. Some Bugzilla installations require this to not be blank. | |
string | platform |
What type of hardware the bug was experienced on. Some Bugzilla installations require this to not be blank. | |
string | priority |
What order the bug will be fixed in by the developer, compared to the developers other bugs. Some Bugzilla installations require this to not be blank. | |
string | severity |
How severe the bug is. Some Bugzilla installations require this to not be blank. | |
string | alias |
A brief alias for the bug that can be used instead of a bug number when accessing this bug. Must be unique in all of this Bugzilla. | |
string | assignedTo |
A user to assign this bug to, if you dont want it to be assigned to the component owner. | |
string[] | cc |
An array of usernames to CC on this bug. | |
string | qaContact |
If this installation has QA Contacts enabled, you can set the QA Contact here if you don't want to use the component's default QA Contact. | |
string | status |
The status that this bug should start out as. Note that only certain statuses can be set on bug creation. | |
string | targetMilestone |
A valid target milestone for this product. |
string product |
Name of product to create bug against.
Definition at line 163 of file IProxy.cs.
Referenced by Product::CreateBug().
string component |
Name of component to create bug against.
Definition at line 165 of file IProxy.cs.
Referenced by Product::CreateBug().
string summary |
string version |
Version of product above, the version the bug was found in.
Definition at line 169 of file IProxy.cs.
Referenced by Product::CreateBug().
string description |
The initial description for this bug. Some Bugzilla installations require this to not be blank.
Definition at line 173 of file IProxy.cs.
Referenced by Product::CreateBug().
string operatingSystem |
The operating system the bug was discovered on. Some Bugzilla installations require this to not be blank.
Definition at line 179 of file IProxy.cs.
Referenced by Product::CreateBug().
string platform |
What type of hardware the bug was experienced on. Some Bugzilla installations require this to not be blank.
Definition at line 184 of file IProxy.cs.
Referenced by Product::CreateBug().
string priority |
What order the bug will be fixed in by the developer, compared to the developers other bugs. Some Bugzilla installations require this to not be blank.
Definition at line 190 of file IProxy.cs.
Referenced by Product::CreateBug().
string severity |
How severe the bug is. Some Bugzilla installations require this to not be blank.
Definition at line 194 of file IProxy.cs.
Referenced by Product::CreateBug().
string alias |
A brief alias for the bug that can be used instead of a bug number when accessing this bug. Must be unique in all of this Bugzilla.
Definition at line 199 of file IProxy.cs.
Referenced by Product::CreateBug().
string assignedTo |
A user to assign this bug to, if you dont want it to be assigned to the component owner.
Definition at line 204 of file IProxy.cs.
Referenced by Product::CreateBug().
string [] cc |
An array of usernames to CC on this bug.
Definition at line 207 of file IProxy.cs.
Referenced by Product::CreateBug().
string qaContact |
If this installation has QA Contacts enabled, you can set the QA Contact here if you don't want to use the component's default QA Contact.
Definition at line 213 of file IProxy.cs.
Referenced by Product::CreateBug().
string status |
The status that this bug should start out as. Note that only certain statuses can be set on bug creation.
Definition at line 217 of file IProxy.cs.
Referenced by Product::CreateBug().
string targetMilestone |
A valid target milestone for this product.
Definition at line 221 of file IProxy.cs.
Referenced by Product::CreateBug().