Products
List the available products and get information about them.
By default this view will retrieve all accessible and selectable products. If you want to get only the products you can enter bugs against, you must use the 'type' filter like this: type='enterable'
Columns
Name | Type | Description |
Id [KEY] | Int | An integer ID uniquely identifying the product in this installation only. |
Name [KEY] | String | The name of the product. This is a unique identifier for the product. |
Description | String | A description of the product, which may contain HTML. |
IsActive | Boolean | A boolean indicating if the product is active. |
Classification | String | The classification name for the product. |
DefaultMilestone | String | The name of the default milestone for the product. |
HasUnconfirmed | Boolean | Indicates whether the UNCONFIRMED bug status is available for this product. |
Type | String | Return information about specific type of products such as 'accessible', 'selectable', or 'enterable' |