Page 1 of 1

How to find out url arguments or how to extend url?

Posted: 02 Jul 2009, 07:40
by eko-weinig
Hello everybody.

We use mantis for many different issues and a wiki to manage all other content which does not belong to mantis.

I would like to create links in our wiki to direct forward the user to the right section in mantis incl. correct category.

If I open Mantis, call up "view_all_bug_page.php" and filter for categories and others things my URL still shows
"http://localhost/mantis/view_all_bug_page.php".
That URL I cannot use because it does not bring me to my category.

Links on page "summary_page.php" show different URLs
e.g. "view_all_set.php?type=1&temporary=y&show_category=ADS-TEC+PPC5112&show_status=90&hide_status="

How to get this arguments?

Or how to tell mantis to use long URLs in browser address bar?

Hope you understand my questions :P

Best regards,
Mark

Re: How to find out url arguments or how to extend url?

Posted: 03 Jul 2009, 07:06
by Buga
there is a function called Create Permalink

This functions creates an url with all parameter inclduing the filter

Re: How to find out url arguments or how to extend url?

Posted: 03 Jul 2009, 07:25
by eko-weinig
Aaah, now I see it.

Thx.

Mark