From: Peter T. <ptr...@gm...> - 2008-07-31 15:57:01
|
Hi, First, apologies for the totally unexpected increase in spam lately. Moderation has been enabled on this mailing list - so from now on messages from new members would need approval - but only the first time. A new development build has been uploaded. The main new feature is XML export of search results. The XML dump includes *everything* including history information, so this should open up possibilities for those with extreme reporting requirements. You will find the link next to the "Excel export" link. The XML can also be obtained through the remote-api (work in progress). It requires HTTP BASIC authentication. Using safer authentication is a to-do. The URL will be like this: http://localhost:8080/jtrac/api?method=search.get The above URL will actually dump *all* spaces for the authenticating user. But you have full control over the search results by using query-string parameters (introduced in the last build). To get an idea, run a search using the normal user-interface and look at the address-bar of your browser after clicking the search-button. Experiment with different filter conditions and you can use the same parameters in the "api" URL given above. Instructions on how to access interim builds can be found here: http://jtrac.info/doc/html/interim-builds.html Thanks, Peter. |