Content
You are here:
Creating reports using OpenProject Database
Added by Mohammed Siddiqui about 6 years ago
We have a requirement to develop reports using our Business Intelligence Tool and the OpenProject Database. They want to group by the tasks using custom flied.
in the OpenProject DB it can be seen that the custom fields and work_package_ journals are not directly related. Hence i am not able to do a proper join.
Is there a direct relationship between the two?
Replies (2)
Hi Mohammed,
why would you go down to the DB when there is a proper API that helps you exactly to filter and group as you like? Things get pretty complicated when it comes to work packages and their relations on DB level.
Hi Wieland,
Thank you for the response. Our version of bi tool IBM Cognos which does not support API as a data source. That's why the DB level.
Is there no way to get the data from DB ?