enable select Version in report issue for reporter

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
jebbo
Posts: 3
Joined: 02 Mar 2011, 14:41

enable select Version in report issue for reporter

Post 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
cas
Posts: 1768
Joined: 11 Mar 2006, 16:08
Contact:

Re: enable select Version in report issue for reporter

Post 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) :)
jebbo
Posts: 3
Joined: 02 Mar 2011, 14:41

Re: enable select Version in report issue for reporter

Post 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.
jebbo
Posts: 3
Joined: 02 Mar 2011, 14:41

Re: enable select Version in report issue for reporter

Post 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.
Post Reply