Content
You are here:
Custom reporting
Added by John Zurowski over 5 years ago
I'm in the process of evaluating several project management packages. Openproject is currently looking ideal for work tracking however there is a strict requirement on quarterly reporting. The reports need to be in a specific layout/format and will need to include descriptions of progress on individual tickets, gantts etc. Costs will also be included although they do not need to be automatically calculated as there will be many non work related costs. My question is - are there examples of customised reports perhaps using the API to generate them?
Replies (2)
Hello John,
I am currently trying to build a custom time entry report using the API. I can tell you, it is quite painful and requires a large amount of API calls.
In order to build a tree with three levels (L1 Project - L2 Work package category - L3 Work package) I need:
In addition to that, it is -to my knowledge- not possible to build a project tree using the API (that is why my tree has only three levels)
Then, after the user selected the work packages.
My personal conclusion: if you need even more complicated reports or larger amounts of data, consider searching for another solution than the provided API or participating in the development of OP and extend the API yourself.
have fun
Johan
Hello Johan,
would you care to share your work? What you described sounds somewhat like the report I'm looking for...
Thanks in advance!
André