Updater cannot set Product and Target Versions

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
kirilstankov
Posts: 1
Joined: 29 Nov 2015, 22:12

Updater cannot set Product and Target Versions

Post by kirilstankov »

Hi,

I have few users with Updater lever. I changed the configuration, so they can assign an issue, but when doing so they do not see the Target Version field and the list under Product Version is empty. Any idea how to fix this? Thanks in advance.

Kiril.
cas
Posts: 1587
Joined: 11 Mar 2006, 16:08
Contact:

Re: Updater cannot set Product and Target Versions

Post by cas »

look at:
/**
* threshold for updating roadmap, target_version, etc
* @global integer $g_roadmap_update_threshold
*/
$g_roadmap_update_threshold = DEVELOPER;

and :
/**
* show product versions in create, view and update screens
* ON forces display even if none are defined
* OFF suppresses display
* AUTO suppresses the display if there are no versions defined for the project
* @global integer $g_show_product_version
*/
$g_show_product_version = AUTO;
Post Reply