This is a Redmine client C++ library, written in Qt. It uses Redmine's REST API to access a Redmine instance.
This library requires Qt version 5.4+.
- Both login/password and API key authentication
- Simple methods to get serveral resources (issues, projects etc.) from a Redmine instance
- Simple methods to update serveral resources (issues and time entries at the moment) in a Redmine instance
To use Redmine custom fields with qtredmine, please install the redmine_shared_api
plugin from
https://github.com/anovitsky/redmine_shared_api.
Please have a look at the Doxygen documentation at https://fathomssen.github.io/qtredmine.
Please have a look at the examples in the Doxygen documentation at https://fathomssen.github.io/qtredmine/examples.html.
Furthermore, you can find a real-world usage at https://github.com/fathomssen/redtimer.
- Complete the simple API to get more resource types