Page 1 of 1

enable select Version in report issue for reporter

Posted: 02 Mar 2011, 15:00
by jebbo
Hi
i'm a new user of forum and mantis. I have installed mantis in a local server and i'm testing the application.
My problem is that a reporter can't select the version in "report issue" in a project.

I have a default configuration of mantis and i have created a new project.
i have add a version in the new project.
If i login only with user > reporter i can select the version.
If i login as reporter or uploader when i report an issue the select of product version is blank.

Is there a configuration for manage this feature?
I'm registered in mantis bugtracker and i have access level: reporter. If i try to report an issue for project "MantisBT" i can select the version (for example 1.2.4).

can you help me?

thanks

Re: enable select Version in report issue for reporter

Posted: 02 Mar 2011, 15:38
by cas
That is controlled by this setting:
$g_roadmap_update_threshold = DEVELOPER;
So add the above line to config_inc.php and change it the value of your liking (ie REPORTER) :)

Re: enable select Version in report issue for reporter

Posted: 02 Mar 2011, 15:58
by jebbo
cas wrote:That is controlled by this setting:
$g_roadmap_update_threshold = DEVELOPER;
So add the above line to config_inc.php and change it the value of your liking (ie REPORTER) :)
Thanks for the fast reply. But this featured enable a new field "Target Version".
I want enable the option for the select "Product version" for reporter.

Re: enable select Version in report issue for reporter

Posted: 02 Mar 2011, 16:20
by jebbo
ok. i understand.
I couldn't select the product version because i haven't released in manage project a version RELEASE.
With my configuration Reporter can select only the release version.