Is there a way of giving a user a link so that they go directly to the Report Bug (Simple) page of a set project, using either guest access or a specified user account. Through a single URL.
e.g.
Click Here To Report Bug <- this would actually take you straight to the page not a login or a project select page.
Mantis Version 1.0.1
Thanks
Dave R
Linking Direct To Correct Page
Moderators: Developer, Contributor
Linking Direct To Correct Page
Last edited by djidave on 19 Apr 2006, 13:27, edited 1 time in total.
Checkout Anonymantis project at http://bleepsoft.com/anonymantis/
Regards,
Victor
MantisConnect
http://www.futureware.biz/mantisconnect/
Regards,
Victor
MantisConnect
http://www.futureware.biz/mantisconnect/
Thanks
This sort of works, but it only displays the top level of projects.
The main aim is to have a URL stored in each project which when clicked on can go straight to report bug as an Anonymous user in the correct project.
If this can be done by calling the php with the relevent patrameters aplied that would be sufficient.
This sort of works, but it only displays the top level of projects.
The main aim is to have a URL stored in each project which when clicked on can go straight to report bug as an Anonymous user in the correct project.
If this can be done by calling the php with the relevent patrameters aplied that would be sufficient.
try this solution
try this solution
http://<server>/mantis/login.php?username=<anonymous>&return=set_project.php%3Fref=bug_report_page.php%26project_id=<project>
http://<server>/mantis/login.php?username=<anonymous>&return=set_project.php%3Fref=bug_report_page.php%26project_id=<project>