python-redmine
python-redmine copied to clipboard
Custom queries example
I'd like to fetch the issues in my custom queries and use them to programmatically generate my Changelog (or a section of it). Unfortunately while I was able to fetch project object and individual issues, i did not get anything in return for custom queries.
Is there an example I can try out? Are there any options ti debug what's happening?
I also thought there might be an acess right issue, but I'm using my own API key and I own those custom queries, so I shouldn't have access rights problems.
Thanks for any hint!