url to get CSV for View Issues from?

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
ras
Posts: 2
Joined: 29 Aug 2006, 17:59

url to get CSV for View Issues from?

Post by ras »

I'd like to access the csv for the view issues page, then I can write a csv to rss filter that presents any kind of rss I want, but the only way I've found to get csv reports so far is through the web gui, and I don't know how to automate that.

Any suggestions on how to get the CSV, like a specific URL?

I'd like to customize the RSS (so that the item is different when the issue is updated, my reader, akgregator, thinks items never change, and looking at the RSS, I think its correct). Btw - I am NOT allowed access to the PHP, so suggestions for how to hack the source won't help me.

Alternatively, any way to get the RSS item to have the same kind of information thats in the email that can be sent when an issue is updated? Whether its resolved, etc.

Thanks
ras
Posts: 2
Joined: 29 Aug 2006, 17:59

is it impossible to get info about issues out of mantis?

Post by ras »

There's no url that a script can access to get information about the current issues?

thanks.
Narcissus
Developer
Posts: 338
Joined: 17 Feb 2005, 09:45

Post by Narcissus »

It might pay to check out the MantisConnect webservice. You should be able to do what you want through that...
vboctor
Site Admin
Posts: 1304
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post by vboctor »

http://www.futureware.biz/mantisconnect

This is a PHP webservice with clients implemented in different languages. You can use it from PHP or any other languages that supports SOAP.

Regards,
Victor
Post Reply