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
enable select Version in report issue for reporter
Moderators: Developer, Contributor
Re: enable select Version in report issue for reporter
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)
$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
Thanks for the fast reply. But this featured enable a new field "Target Version".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)
I want enable the option for the select "Product version" for reporter.
Re: enable select Version in report issue for reporter
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.
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.