TDV Adapter for Bugzilla

Build 22.0.8462

ProductVersions

Allows you to get information about versions of a certain product.

Querying 'SELECT * FROM ProductVersions' could be slow because it retrieves all ProductIDs and then makes separate calls for each of them to get the ProductVersions. In that case use 'IN' filtering for better performance.

Columns

Name Type Description
Id [KEY] Int An integer ID uniquely identifying the version of this product.
Name String The name of the version of the product.
IsActive Boolean A boolean indicating if this version of the product is active.
SortKey Int The sorting key of this version of the product.
ProductId Int The ID of the product this version belongs to.
ProductName String The name of the product this version belongs to.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462