http://docs.mantisbt.org/master/en/admi ... DS.DYNAMIC
However, I would like to always enumerate my custom field with version values for a specific project. For example, enumerate the custom field "Firmware version" with a list of versions defined for a project named "Firmware" in the MantisBT.
Based on the example code (replaced "categories" with "versions") given in the above link:
Code: Select all
$t_versions = versions_get_all_rows( helper_get_current_project() );