Project

General

Profile

Redmine export issues to csv via URL

Added by Mohamed El Habchi over 1 year ago

I'm wondering if there any example or guidance on how to export .csv files
I have a custom queries which export directly the files but this works if the user is logged in, and I'm requiring for the export to work without

I have the query as :
http://redmine/projects/my_project/issues.csv?query_id=12 (this will export this query, but how to add username & pass or APT key to the URL)


Replies (1)

RE: Redmine export issues to csv via URL - Added by Mohamed El Habchi over 1 year ago

this can be done like this:

 http://redmine/projects/my_project/issues.csv?query_id=12&key=my_pi_key

    (1-1/1)